From 875b0a43f3b23a35098cdd7148cfe947bc7c2739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Dec 2020 17:12:59 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 57e27879..401187fa 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -69,9 +69,9 @@ class Node extends Application } $this->handler = $this->getReflect($controller, $action); } else if ($handler != null && !is_callable($handler, true)) { - var_dump($handler); $this->_error = 'Controller is con\'t exec.'; } else { + var_dump($this); $this->handler = $handler; } return $this->restructure();