Skip to content

Commit 18a2f33

Browse files
committed
Restore imports
1 parent 53f4141 commit 18a2f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/Cache/RedisStoreTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use Illuminate\Cache\RedisStore;
77
use Illuminate\Foundation\Testing\Concerns\InteractsWithRedis;
88
use Illuminate\Redis\Connections\PhpRedisClusterConnection;
9+
use Illuminate\Support\Facades\Cache;
10+
use Illuminate\Support\Facades\Redis;
911
use Illuminate\Support\Sleep;
1012
use Mockery as m;
1113
use Orchestra\Testbench\TestCase;

0 commit comments

Comments
 (0)