File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5
5
/**
6
6
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
7
7
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8
- * @method static \Illuminate\Contracts\Cache\Repository memo(string|null $driver = null)
9
8
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
10
9
* @method static \Illuminate\Cache\Repository build(array $config)
11
10
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])
Original file line number Diff line number Diff line change 6
6
use Illuminate \Cache \RedisStore ;
7
7
use Illuminate \Foundation \Testing \Concerns \InteractsWithRedis ;
8
8
use Illuminate \Redis \Connections \PhpRedisClusterConnection ;
9
- use Illuminate \Support \Facades \Cache ;
10
- use Illuminate \Support \Facades \Redis ;
11
9
use Illuminate \Support \Sleep ;
12
10
use Mockery as m ;
13
11
use Orchestra \Testbench \TestCase ;
You can’t perform that action at this time.
0 commit comments