swisnl / json-api-client

A PHP package for mapping remote {json:api} resources to Eloquent like models and collections.
MIT License
205 stars 24 forks source link

Fix parsing of empty singular relationships #63

Closed JaZo closed 5 years ago

JaZo commented 5 years ago

Description

Parsing an empty singular relationship caused a PHP error.

Motivation and context

Fixes #62

How has this been tested?

Tested with new unit tests.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply.