This commit is contained in:
2021-02-22 19:30:08 +08:00
parent fc10fd9d61
commit f2fea52cae
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -444,6 +444,7 @@ class Node extends HttpService
*/
public function restructure(): static
{
var_dump($this->handler);
if (empty($this->handler)) {
return $this;
}