Skip to content

Commit a678847

Browse files
authored
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Utils\Coroutine (#5623)
1 parent c6afc97 commit a678847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyLoader/LazyLoader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*/
1212
namespace Hyperf\Di\LazyLoader;
1313

14+
use Hyperf\Coroutine\Locker as CoLocker;
1415
use Hyperf\Utils\CodeGen\PhpParser;
15-
use Hyperf\Utils\Coroutine\Locker as CoLocker;
1616
use Hyperf\Utils\Str;
1717
use PhpParser\NodeTraverser;
1818
use PhpParser\NodeVisitor\NameResolver;

0 commit comments

Comments
 (0)