diff --git a/AsyncClient.php b/AsyncClient.php index 2923fda..051fa2b 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -7,12 +7,11 @@ */ declare(strict_types=1); -namespace Http\Client; +namespace Kiri; use Exception; -use Http\Message\Stream; +use Kiri\Message\Stream; use Kiri\Abstracts\Logger; -use Kiri\Kiri; use Swoole\Client as SwowClient; /** diff --git a/Client.php b/Client.php index b62b958..94fe343 100644 --- a/Client.php +++ b/Client.php @@ -1,6 +1,6 @@