This commit is contained in:
as2252258@163.com
2021-03-23 02:29:48 +08:00
parent 433b71d20a
commit 807e8e25f7
5 changed files with 207 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ use Snowflake\Event;
use Snowflake\Jwt\Jwt;
use Snowflake\Pool\Connection;
use Snowflake\Pool\Pool as SPool;
use Rpc\Producer as RPCProducer;
/**
* Trait TraitApplication
@@ -46,6 +47,7 @@ use Snowflake\Pool\Pool as SPool;
* @property Curl $curl
* @property Crontab $crontab
* @property HttpFilter $filter
* @property RPCProducer $rpc
*/
trait TraitApplication
{