You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hydrator interface defines that the `hydrate` method should be
returning the hydrated object. However, the Eloquent controller
was not using this return value. This commit ensures that they
controller respects the return value from the hydrate method.
Closes issue #18
Is it supposed that the return value isn't used in EloquentController->hydrate()?
See: https://github.com/cloudcreativity/laravel-json-api/blob/master/src/Http/Controllers/EloquentController.php#L233
The text was updated successfully, but these errors were encountered: