From f2a69757545764554740c23b5f79329bbbaf3d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 26 Sep 2021 16:06:01 +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 --- http-handler/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-handler/Handler.php b/http-handler/Handler.php index 78bd091e..080355fb 100644 --- a/http-handler/Handler.php +++ b/http-handler/Handler.php @@ -21,7 +21,7 @@ class Handler public ?array $params = []; - public array $_middlewares = []; + public ?array $_middlewares = []; /**