@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Spatie\ResponseCache; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | -use Symfony\Component\HttpFoundation\Response; |
|
| 7 | 6 | use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
| 7 | +use Symfony\Component\HttpFoundation\Response; |
|
| 8 | 8 | |
| 9 | 9 | class ResponseCache |
| 10 | 10 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Illuminate\Contracts\Container\Container; |
| 6 | 6 | use Illuminate\Support\ServiceProvider; |
| 7 | 7 | use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
| 8 | -use Spatie\ResponseCache\Commands\ClearCommand; |
|
| 9 | 8 | use Spatie\ResponseCache\Middlewares\DoNotCacheResponseMiddleware; |
| 10 | 9 | use Spatie\ResponseCache\Middlewares\ResponseCacheMiddleware; |
| 11 | 10 | |