diff --git a/System/Application.php b/System/Application.php index 764fc5c8..3014caae 100644 --- a/System/Application.php +++ b/System/Application.php @@ -13,14 +13,11 @@ use Console\Console; use Console\ConsoleProviders; use Database\DatabasesProviders; use Exception; -use HttpServer\Server; use HttpServer\ServerProviders; use Snowflake\Abstracts\BaseApplication; use Snowflake\Abstracts\Config; use Snowflake\Abstracts\Input; use Snowflake\Exception\NotFindClassException; -use Snowflake\Exception\ComponentException; -use Swoole\Runtime; use Swoole\Timer; /**