@@ -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 | { |