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 same thing can currently be accomplished in versatile collection by using filterAll with a callback containing the opposite of the rejection logic, i.e. the acceptance logic.
See https://laravel.com/docs/5.6/collections#method-reject
The same thing can currently be accomplished in versatile collection by using filterAll with a callback containing the opposite of the rejection logic, i.e. the acceptance logic.