@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | use Closure; |
6 | 6 | use Illuminate\Http\Request; |
7 | -use Spatie\ResponseCache\ResponseCache; |
|
7 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
8 | 8 | use Spatie\ResponseCache\Events\CacheMissed; |
9 | -use Symfony\Component\HttpFoundation\Response; |
|
10 | 9 | use Spatie\ResponseCache\Events\ResponseCacheHit; |
11 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
10 | +use Spatie\ResponseCache\ResponseCache; |
|
11 | +use Symfony\Component\HttpFoundation\Response; |
|
12 | 12 | |
13 | 13 | class CacheResponse |
14 | 14 | { |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Spatie\ResponseCache; |
4 | 4 | |
5 | 5 | use Illuminate\Http\Request; |
6 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
6 | 7 | use Spatie\ResponseCache\Replacers\Replacer; |
7 | 8 | use Symfony\Component\HttpFoundation\Response; |
8 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
9 | 9 | |
10 | 10 | class ResponseCache |
11 | 11 | { |