改名
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class Client
|
||||
if (Context::inCoroutine()) {
|
||||
$this->abstracts = new CoroutineClient($host, $port, $isSsl);
|
||||
} else {
|
||||
$this->abstracts = new AsyncClient($host, $port, $isSsl);
|
||||
$this->abstracts = new Curl($host, $port, $isSsl);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user