This commit is contained in:
2021-07-12 17:41:23 +08:00
parent e8c2bec566
commit 25c00ea088
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -40,7 +40,6 @@ use Snowflake\Exception\NotFindClassException;
use Snowflake\Jwt\Jwt;
use Snowflake\Pool\ClientsPool;
use Snowflake\Pool\Connection;
use Snowflake\Pool\Pool as SPool;
use Snowflake\Pool\Redis as SRedis;
use Snowflake\Snowflake;
use Swoole\Table;
@@ -454,7 +453,6 @@ abstract class BaseApplication extends Service
'error' => ['class' => ErrorHandler::class],
'connections' => ['class' => Connection::class],
'redis_connections' => ['class' => SRedis::class],
'pool' => ['class' => SPool::class],
'clientsPool' => ['class' => ClientsPool::class],
'config' => ['class' => Config::class],
'logger' => ['class' => Logger::class],
-2
View File
@@ -25,7 +25,6 @@ use Snowflake\Event;
use Snowflake\Jwt\Jwt;
use Snowflake\Pool\ClientsPool;
use Snowflake\Pool\Connection;
use Snowflake\Pool\Pool as SPool;
use Rpc\Producer as RPCProducer;
/**
@@ -33,7 +32,6 @@ use Rpc\Producer as RPCProducer;
* @package Snowflake\Abstracts
* @property Event $event
* @property Router $router
* @property SPool $pool
* @property \Redis|Redis $redis
* @property Server $server
* @property Response $response