Skip to content

Commit

Permalink
add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 9, 2021
1 parent 0d6d602 commit 13682da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Routing/RouteRegistrar.php
Expand Up @@ -22,6 +22,7 @@
* @method \Illuminate\Routing\RouteRegistrar name(string $value)
* @method \Illuminate\Routing\RouteRegistrar namespace(string|null $value)
* @method \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
* @method \Illuminate\Routing\RouteRegistrar scopeBindings()
* @method \Illuminate\Routing\RouteRegistrar where(array $where)
* @method \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware)
*/
Expand Down

0 comments on commit 13682da

Please sign in to comment.