Skip to content

Commit 02837f1

Browse files
authored
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Utils\Coroutine (#5623)
1 parent 8de1f8b commit 02837f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientBuilderFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
namespace Hyperf\Elasticsearch;
1313

1414
use Elasticsearch\ClientBuilder;
15+
use Hyperf\Coroutine\Coroutine;
1516
use Hyperf\Guzzle\RingPHP\CoroutineHandler;
16-
use Hyperf\Utils\Coroutine;
1717

1818
class ClientBuilderFactory
1919
{

0 commit comments

Comments
 (0)