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