From f90868732035eb8e4e9a3f5d262cbec8d2b63bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 4 Mar 2021 00:41:09 +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 1104b7fc..84297b39 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -84,6 +84,7 @@ class Middleware $node->addAfter($attribute->after); } if ($attribute instanceof RMiddleware) { + var_dump($attribute->middleware); $node->addMiddleware($attribute->middleware); } if ($attribute instanceof Limits) {