@@ -4,8 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Console\Command; |
| 6 | 6 | use Spatie\ResponseCache\ResponseCacheRepository; |
| 7 | -use Spatie\ResponseCache\Events\FlushedResponseCache; |
|
| 8 | -use Spatie\ResponseCache\Events\FlushingResponseCache; |
|
| 9 | 7 | |
| 10 | 8 | class Flush extends Command |
| 11 | 9 | { |
@@ -5,9 +5,9 @@ |
||
| 5 | 5 | use Illuminate\Cache\Repository; |
| 6 | 6 | use Illuminate\Foundation\Application; |
| 7 | 7 | use Illuminate\Support\ServiceProvider; |
| 8 | +use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
| 8 | 9 | use Spatie\ResponseCache\Commands\Clear; |
| 9 | 10 | use Spatie\ResponseCache\Commands\Flush; |
| 10 | -use Spatie\ResponseCache\CacheProfiles\CacheProfile; |
|
| 11 | 11 | |
| 12 | 12 | class ResponseCacheServiceProvider extends ServiceProvider |
| 13 | 13 | { |