This commit is contained in:
2021-09-06 17:59:12 +08:00
parent 42f057bc8a
commit 21c7f383bb
10 changed files with 18 additions and 429 deletions
+2 -3
View File
@@ -5,10 +5,10 @@ namespace Kiri\Abstracts;
use Annotation\Annotation as SAnnotation;
use Database\Connection;
use Database\DatabasesProviders;
use Http\Client\Client;
use Http\Client\Curl;
use Http\Context\Response;
use Http\HttpFilter;
use Http\Route\Router;
use Server\Server;
@@ -25,7 +25,6 @@ use Kiri\Jwt\Jwt;
* @property Router $router
* @property \Redis|Redis $redis
* @property Server $server
* @property Response $response
* @property DatabasesProviders $db
* @property Async $async
* @property Logger $logger
@@ -33,7 +32,7 @@ use Kiri\Jwt\Jwt;
* @property SAnnotation $annotation
* @property BaseGoto $goto
* @property Client $client
* @property \Database\Connection $databases
* @property Connection $databases
* @property Curl $curl
* @property Producer $crontab
* @property HttpFilter $filter