Closed Braunson closed 6 months ago
I understand I can simply call collect($request->array()) but as we have object(), array(), json(), it may be a nice addition? I can put in an PR if this is deemed nice to have :)
collect($request->array())
object()
array()
json()
Closing this as we already have this 🤦🏼 collect
collect
I understand I can simply call
collect($request->array())
but as we haveobject()
,array()
,json()
, it may be a nice addition? I can put in an PR if this is deemed nice to have :)