diff --git a/Gii/GiiController.php b/Gii/GiiController.php index 89fc9bf9..7fa19be1 100644 --- a/Gii/GiiController.php +++ b/Gii/GiiController.php @@ -72,7 +72,7 @@ use Annotation\Target; use Annotation\Route\Middleware; use Annotation\Route\Route; use Snowflake\Core\Str; -use Snowflake\Core\JSON; +use Snowflake\Core\Json; use HttpServer\Http\Request; use HttpServer\Http\Response; use HttpServer\Controller; diff --git a/Gii/GiiModel.php b/Gii/GiiModel.php index c2d31d0f..d60b8b8e 100644 --- a/Gii/GiiModel.php +++ b/Gii/GiiModel.php @@ -87,7 +87,7 @@ namespace ' . $namespace . '; use Exception; use Annotation\Target; -use Snowflake\Core\JSON; +use Snowflake\Core\Json; use Database\Connection; use Annotation\Model\Get; use Annotation\Model\Set; diff --git a/HttpServer/Events/OnConnect.php b/HttpServer/Events/OnConnect.php index 650e0b3c..eef46204 100644 --- a/HttpServer/Events/OnConnect.php +++ b/HttpServer/Events/OnConnect.php @@ -25,7 +25,6 @@ class OnConnect extends Callback */ public function onHandler(Server $server, int $fd, int $reactorId) { - var_dump($fd, $reactorId); try { defer(function () { fire(Event::SYSTEM_RESOURCE_RELEASES);