From da4ecf1d466b974c232f9951b559ed8966c1f0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Dec 2020 16:17: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/Node.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 3145afcb..9b7c656b 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -407,6 +407,7 @@ class Node extends Application $class = [$class]; } foreach ($class as $closure) { + var_dump($closure); $this->middleware[] = $closure; } $this->restructure();