This commit is contained in:
2020-12-15 17:14:02 +08:00
parent 875b0a43f3
commit c8d9cfee40
4 changed files with 3 additions and 5 deletions
-1
View File
@@ -71,7 +71,6 @@ class Node extends Application
} else if ($handler != null && !is_callable($handler, true)) {
$this->_error = 'Controller is con\'t exec.';
} else {
var_dump($this);
$this->handler = $handler;
}
return $this->restructure();