Replies: 2 comments
-
As some of those are higher order messages, it would be nice to be able to do $collection->first->collect(); Likewise, it could be nice to chain higher order messages. $collection->sortByDesc->first; |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can make a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It happens to me a lot that I retrieve an organ from the collection and want to continue the collection methods on it.
I know I could have added the following methods with macro, but still I think it comes in handy with a lot of developers, so maybe it's worth getting into the core of the framework.
Beta Was this translation helpful? Give feedback.
All reactions