From 10b7d949dbe636be2f057250f282a59b59bc0fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 4 Mar 2021 00:29:49 +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 --- HttpServer/Route/Middleware.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 6eab96c2..e2dc3988 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -76,6 +76,7 @@ class Middleware if (empty($annotation)) { return; } + var_export($annotation); foreach ($annotation as $name => $_attribute) { foreach ($_attribute as $attribute) { if ($attribute instanceof Interceptor) {