This commit is contained in:
2021-07-13 11:28:12 +08:00
parent e42c2b442f
commit 6b3be1b0f9
3 changed files with 4 additions and 49 deletions
-2
View File
@@ -9,7 +9,6 @@ use Database\DatabasesProviders;
use HttpServer\Client\Client;
use HttpServer\Client\Curl;
use HttpServer\Client\Http2;
use HttpServer\Emit;
use HttpServer\Http\Request;
use HttpServer\Http\Response;
use HttpServer\HttpFilter;
@@ -52,7 +51,6 @@ use Rpc\Producer as RPCProducer;
* @property RPCProducer $rpc
* @property Channel $channel
* @property Shutdown $shutdown
* @property Emit $emit
* @property Pool $clientsPool
*/
trait TraitApplication