sehrgutesoftware / laravel5-api

A modular controller for exposing Laravel 5 Eloquent models as a REST API
https://packagist.org/packages/sehrgut/laravel5-api
MIT License
13 stars 2 forks source link

When using RelationSplitter, relations are no longer available at transformation time #30

Open jsphpl opened 7 years ago

jsphpl commented 7 years ago

This breaks computed attributes / accessors that rely on a model's relations when attributesToArray() is called from the transformer.