Skip to content

Commit e45b94e

Browse files
ravenKaisartaylorotwell
authored andcommitted
Added missing router method to doc (#31165)
1 parent 47761d8 commit e45b94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Route.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @method static \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
1616
* @method static \Illuminate\Routing\RouteRegistrar where(array $where)
1717
* @method static \Illuminate\Routing\PendingResourceRegistration resource(string $name, string $controller, array $options = [])
18+
* @method static void resources(array $resources)
1819
* @method static \Illuminate\Routing\PendingResourceRegistration apiResource(string $name, string $controller, array $options = [])
1920
* @method static void apiResources(array $resources, array $options = [])
2021
* @method static \Illuminate\Routing\RouteRegistrar middleware(array|string|null $middleware)

0 commit comments

Comments
 (0)