From 41447c6c05dc8c3dbb022c1ee6053c5be354f979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Dec 2020 15:55:08 +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 6cdee8b3..8371a7a3 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -60,6 +60,7 @@ class Middleware $this->set_attributes($node); } return $node->callback = Reduce::reduce(function () use ($node) { + var_dump($node->handler); return Dispatch::create($node->handler, func_get_args())->dispatch(); }, $this->annotation($node)); } catch (\Throwable $exception) {