From 35862b27b7928b51d69329950858c9e59bb09c14 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 3 May 2021 04:09:03 +0800 Subject: [PATCH] modify --- HttpServer/Route/Node.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 6d019641..23911d3a 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -107,7 +107,6 @@ class Node extends HttpService if (!($controller instanceof Controller)) { return $this; } - var_dump($controller::class . '::' . $action); $this->annotationInject($controller::class, $action); } if (!empty($this->handler)) {