This commit is contained in:
2021-02-08 17:01:03 +08:00
parent 403001b90f
commit 3653b37154
3 changed files with 55 additions and 28 deletions
+2 -14
View File
@@ -41,24 +41,12 @@ use Database\DatabasesProviders;
/**
* Class BaseApplication
* @package Snowflake\Snowflake\Base
* @property Event $event
* @property Router $router
* @property SPool $pool
* @property \Redis|Redis $redis
* @property Server $server
* @property DatabasesProviders $db
* @property Async $async
* @property Connection $connections
* @property Logger $logger
* @property Jwt $jwt
* @property SAnnotation $attributes
* @property Http2 $http2
* @property BaseGoto $goto
* @property Producer $kafka
*/
abstract class BaseApplication extends Service
{
use TraitApplication;
/**
* @var string
*/