This commit is contained in:
2021-03-26 15:59:39 +08:00
parent 3f2ea33535
commit 21dd7c0901
4 changed files with 124 additions and 24 deletions
+2
View File
@@ -17,6 +17,7 @@ use HttpServer\Server;
use Kafka\Producer;
use Snowflake\Async;
use Snowflake\Cache\Redis;
use Snowflake\Channel;
use Snowflake\Error\Logger;
use Snowflake\Event;
use Snowflake\Jwt\Jwt;
@@ -48,6 +49,7 @@ use Rpc\Producer as RPCProducer;
* @property \Snowflake\Crontab\Producer $crontab
* @property HttpFilter $filter
* @property RPCProducer $rpc
* @property Channel $channel
*/
trait TraitApplication
{