This commit is contained in:
2020-09-04 01:05:33 +08:00
parent 46f9de1f6a
commit 0b4a5ba3c0
30 changed files with 32 additions and 34 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use HttpServer\Server;
use Snowflake\Annotation\Annotation;
use Snowflake\Cache\Memcached;
use Snowflake\Cache\Redis;
use Snowflake\Config;
use Snowflake\Abstracts\Config;
use Snowflake\Di\Service;
use Snowflake\Error\ErrorHandler;
use Snowflake\Error\Logger;
+1 -1
View File
@@ -6,7 +6,7 @@
* Time: 11:50
*/
namespace Snowflake;
namespace Snowflake\Abstracts;
use Exception;
use Snowflake\Exception\ConfigException;
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Snowflake\Cache;
use Exception;
use Snowflake\Abstracts\Component;
use Snowflake\Config;
use Snowflake\Abstracts\Config;
use Snowflake\Event;
use Snowflake\Exception\ConfigException;
use Snowflake\Snowflake;
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Snowflake\Cache;
use Exception;
use Snowflake\Abstracts\Component;
use Snowflake\Config;
use Snowflake\Abstracts\Config;
use Snowflake\Event;
use Snowflake\Exception\ConfigException;
use Snowflake\Exception\RedisConnectException;