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
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Hi,
Here a conflict with the
Arrayableinterface.I have a Laravel Collection with several Tightenco collection inside.
When using
toArray()on the main Laravel Collection, it doesn't touch the Tightenco ones... 😞It's because of the
\Illuminate\Contracts\Support\Arrayableand\Tightenco\Collect\Contracts\Support\ArrayableInterfaces.Because of these sort of bugs, packages that use Tightenco/collect can't be used with Laravel anymore... 😥