Skip to content

Commit bffd2c7

Browse files
authored
Use Hyperf\Collection\Arr instead of Hyperf\Utils\Arr. (#5594)
1 parent 1b77bdf commit bffd2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
namespace Hyperf\WebSocketServer;
1313

1414
use Closure;
15+
use Hyperf\Collection\Arr;
1516
use Hyperf\Context\Context as CoContext;
16-
use Hyperf\Utils\Arr;
1717

1818
class Context
1919
{

0 commit comments

Comments
 (0)