Skip to content

Commit 69dcb76

Browse files
committed
facade
1 parent 9150976 commit 69dcb76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/Route.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @method void static head(string $route, $handler, ...$handlers)
1515
* @method void static any(string $route, $handler, ...$handlers)
1616
* @method void static addGroup(string $prefix, array $handlers, callable $callback)
17+
* @method void static group(string $prefix, array $handlers, callable $callback)
1718
* @method void static map(array $methods, string $route, $handler, ...$handlers)
1819
*/
1920

0 commit comments

Comments
 (0)