@@ -3,10 +3,9 @@ |
||
3 | 3 | namespace Spatie\ResponseCache; |
4 | 4 | |
5 | 5 | use Illuminate\Http\Request; |
6 | -use Spatie\ResponseCache\Hasher\DefaultHasher; |
|
6 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
7 | 7 | use Spatie\ResponseCache\Hasher\RequestHasher; |
8 | 8 | use Symfony\Component\HttpFoundation\Response; |
9 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
10 | 9 | |
11 | 10 | class ResponseCache |
12 | 11 | { |