Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.6] Allow chaining of the $request->merge() method (#22479)
I found that it would be nice to be able to chain methods on the request. eg. `$request->merge([])->only()`, but it is not possible to do this currently and I cannot see a reason why this should not be allowed?
- Loading branch information