Skip to content

Commit

Permalink
Revert "Update RouteRegistrar.php (#43509)" (#43523)
Browse files Browse the repository at this point in the history
This reverts commit d004416.
  • Loading branch information
Ken-vdE committed Aug 3, 2022
1 parent b67f4af commit 87cdcc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Routing/RouteRegistrar.php
Expand Up @@ -25,7 +25,6 @@
* @method \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
* @method \Illuminate\Routing\RouteRegistrar scopeBindings()
* @method \Illuminate\Routing\RouteRegistrar where(array $where)
* @method \Illuminate\Routing\RouteRegistrar whereIn(array|string $parameters, array $values)
* @method \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware)
*/
class RouteRegistrar
Expand Down Expand Up @@ -68,7 +67,6 @@ class RouteRegistrar
'prefix',
'scopeBindings',
'where',
'whereIn',
'withoutMiddleware',
];

Expand Down

0 comments on commit 87cdcc9

Please sign in to comment.