Update Route.php
This commit is contained in:
parent
32c2707f7c
commit
16af14834a
@ -129,7 +129,7 @@ abstract class Route
|
|||||||
{self::match('get|post|put|patch|delete|options', $url_path, $callback);}
|
{self::match('get|post|put|patch|delete|options', $url_path, $callback);}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds Adds middleware to its respective group
|
* Adds middleware to its respective group
|
||||||
*/
|
*/
|
||||||
static function use(callable $middleware): void
|
static function use(callable $middleware): void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user