diff --git a/note/Route/Route.php b/note/Route/Route.php index 68bf3a7d..3e5bc99c 100644 --- a/note/Route/Route.php +++ b/note/Route/Route.php @@ -24,6 +24,7 @@ use Kiri\Kiri; public string $version = 'v.1.0' ) { + $this->method = strtoupper($this->method); }