Skip to content

Commit c9d2675

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pool/RedisPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
*/
1212
namespace Hyperf\Redis\Pool;
1313

14+
use Hyperf\Collection\Arr;
1415
use Hyperf\Contract\ConfigInterface;
1516
use Hyperf\Contract\ConnectionInterface;
1617
use Hyperf\Pool\Pool;
1718
use Hyperf\Redis\Frequency;
1819
use Hyperf\Redis\RedisConnection;
19-
use Hyperf\Utils\Arr;
2020
use InvalidArgumentException;
2121
use Psr\Container\ContainerInterface;
2222

0 commit comments

Comments
 (0)