Skip to content

Commit f54b584

Browse files
committed
Replace deprecated class
1 parent 8b33dcd commit f54b584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Redis/Connections/PhpRedisConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Illuminate\Redis\Connections;
44

55
use Closure;
6+
use Illuminate\Collections\Arr;
67
use Illuminate\Contracts\Redis\Connection as ConnectionContract;
7-
use Illuminate\Support\Arr;
88
use Illuminate\Support\Str;
99
use Redis;
1010
use RedisCluster;

0 commit comments

Comments
 (0)