Closed unnoq closed 2 years ago
Route::get('/users/{user}/posts/{post}', function (User $user, Post $post) { return $post; })->scopeBindings();
This PR will support the scopeBindings method above
I decided to overwrite resolveRouteBindingQuery() to support child route bindings and also other variations. Thank you.
resolveRouteBindingQuery()
This PR will support the scopeBindings method above