From de38f9d3ee749679740e5b57e4c7cdd96b724724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 14:33:56 +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 f2fcc245..de7776e3 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -77,6 +77,7 @@ class Middleware return; } foreach ($annotation as $attribute) { + var_dump(get_class($attribute)); if ($attribute instanceof Interceptor) { var_dump($attribute); $node->addInterceptor($attribute->interceptor);