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