Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RouteRegistrar.php (laravel#43509)
Allow a route groups to also call the dynamic where methods described in https://laravel.com/docs/9.x/routing#parameters-regular-expression-constraints E.g. ```php Route::prefix('/{something}')->whereIn('something', ['foo', 'bar'])->group(function() {}); ```
- Loading branch information