This commit is contained in:
2020-12-14 17:43:38 +08:00
parent 1cb3def5b0
commit 55092f1aa7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ class Node extends Application
/**
* @throws Exception
*/
private function restructure()
private function restructure(): static
{
if (empty($this->handler)) {
return $this;