Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:04:16 +08:00
parent 93bab6d5eb
commit 98cbb07845
+2
View File
@@ -11,6 +11,7 @@ namespace Kiri;
use Exception;
use Kiri\Abstracts\Logger;
use Kiri\Exception\ConfigException;
use Kiri\Message\Stream;
use Swoole\Client as SwowClient;
@@ -102,6 +103,7 @@ class AsyncClient extends ClientAbstracts
* @param string $path
* @param string $content
* @return void
* @throws ConfigException
*/
private function execute(string $path, string $content)
{