Update Route.php

This commit is contained in:
William 2025-03-26 20:09:26 +00:00
parent 32c2707f7c
commit 16af14834a

View File

@ -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
{ {