diff --git a/AsyncClient.php b/AsyncClient.php index ead9c67..4b31f6a 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -18,7 +18,7 @@ use Swoole\Client as SwowClient; /** * Class Client - * @package Kiri\Kiri\Http + * @package Kiri\Http */ class AsyncClient extends ClientAbstracts { diff --git a/CoroutineClient.php b/CoroutineClient.php index 83402ef..0949a29 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -12,12 +12,12 @@ namespace Kiri; use Exception; use JetBrains\PhpStorm\Pure; use Kiri\Abstracts\Logger; -use Kiri\Kiri; +use Kiri; use Swoole\Coroutine\Http\Client as SwowClient; /** * Class Client - * @package Kiri\Kiri\Http + * @package Kiri\Http */ class CoroutineClient extends ClientAbstracts {