From 0274ddc60b2f7f4a9691798ea5f7087c41612d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Dec 2020 16:40:12 +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 deletion(-) diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 2aa28436..fbfff8b1 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -93,7 +93,6 @@ class Middleware } foreach ($annotation as $item) { foreach ($item['attributes'] as $attribute) { - var_dump($attribute); if ($attribute instanceof Interceptor) { $node->addInterceptor($attribute->interceptor); }