From bee11f3d8274513546a0f1759d5c315ce317eaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 25 Aug 2021 11:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- note/Route/Route.php | 1 + 1 file changed, 1 insertion(+) 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); }