This commit is contained in:
2021-02-23 11:38:03 +08:00
parent 49cbdbde8d
commit 8de7e6cfbc
-1
View File
@@ -444,7 +444,6 @@ class Node extends HttpService
*/ */
public function restructure(): static public function restructure(): static
{ {
var_dump($this->handler);
if (empty($this->handler)) { if (empty($this->handler)) {
return $this; return $this;
} }