From 398963606acbf57228f18b0e7b18b7557e9015e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 10 Sep 2020 18:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Application.php | 3 --- 1 file changed, 3 deletions(-) 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; /**