v1.0.4
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.
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.