nilportugues / serializer-eloquent-driver

Driver for the Serializer library caring of Eloquent ORM model serialization
http://nilportugues.com
MIT License
4 stars 7 forks source link

Has many has one fix #8

Closed directrix1 closed 8 years ago

directrix1 commented 8 years ago

Fixes relationships' representation so that relationships return inside an array only when it is an actual collection (i.e. hasMany not hasOne). This should fix the JSON API representation.