Skip to content

v1.0.4

Choose a tag to compare

@mateusjatenee mateusjatenee released this 23 May 22:46
· 13 commits to master since this release

Fix bug where collections were not being dealt with correctly. Instead of calling $collection->all() and keep the objects, $collection->toArray() was being called and therefore arrays were returned.