This commit is contained in:
2021-02-22 18:51:16 +08:00
parent d300f8e1d2
commit 30f8f2843a
2 changed files with 30 additions and 19 deletions
-2
View File
@@ -17,7 +17,6 @@ use Snowflake\Event;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\NotFindClassException;
use Snowflake\Snowflake;
use Swoole\Coroutine;
use Throwable;
use function Input;
@@ -445,7 +444,6 @@ class Node extends HttpService
*/
public function restructure(): static
{
var_dump($this->handler);
if (empty($this->handler)) {
return $this;
}