diff --git a/Route.php b/Route.php index 61c0613..94a3d7b 100644 --- a/Route.php +++ b/Route.php @@ -129,7 +129,7 @@ abstract class Route {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 {