@@ -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 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\ResponseCache\CacheProfiles; |
4 | 4 | |
5 | -use DateTime; |
|
6 | 5 | use Carbon\Carbon; |
6 | +use DateTime; |
|
7 | 7 | use Illuminate\Http\Request; |
8 | 8 | |
9 | 9 | abstract class BaseCacheProfile implements CacheProfile |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\ResponseCache; |
4 | 4 | |
5 | -use Symfony\Component\HttpFoundation\Response; |
|
6 | 5 | use Spatie\ResponseCache\Exceptions\CouldNotUnserialize; |
7 | 6 | use Symfony\Component\HttpFoundation\BinaryFileResponse; |
7 | +use Symfony\Component\HttpFoundation\Response; |
|
8 | 8 | |
9 | 9 | class ResponseSerializer |
10 | 10 | { |
@@ -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 | { |