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
[5.4] add default param to collection's when() method (#17941)
* add optional $default param to when() to bring it in line with eloquent's when() method
* update collection tests for when() default param
* styleci fix
* add $default param to docblock
[5.2] Allow collections to be created from objects that implement Tra…
…versable (#14628)
* Allow collections to be created from objects that implement Traversable
* Style fix; remove exta space character