Skip to content

Commit 204687a

Browse files
authored
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Utils\Coroutine (#5623)
1 parent 04d8e0c commit 204687a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ClientFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Hyperf\HttpMessage\Uri\Uri;
1515
use Hyperf\Utils\Str;
1616

17+
use function Hyperf\Coroutine\defer;
18+
1719
class ClientFactory
1820
{
1921
public function create(string $uri, bool $autoClose = true): Client

0 commit comments

Comments
 (0)