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.
Replace usage of `Arr::first` with native `reset` (#27)
Arr::first on Laravel 5.1 requires a callback, thanks to @T3chn0crat
and @amonger for bringing this up in PRs.