@@ -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  | 
                                                        
@@ -5,8 +5,8 @@  | 
                                                    ||
| 5 | 5 | use Illuminate\Cache\Repository;  | 
                                                        
| 6 | 6 | use Illuminate\Foundation\Application;  | 
                                                        
| 7 | 7 | use Illuminate\Support\ServiceProvider;  | 
                                                        
| 8 | -use Spatie\ResponseCache\Commands\Flush;  | 
                                                        |
| 9 | 8 | use Spatie\ResponseCache\CacheProfiles\CacheProfile;  | 
                                                        
| 9 | +use Spatie\ResponseCache\Commands\Flush;  | 
                                                        |
| 10 | 10 | |
| 11 | 11 | class ResponseCacheServiceProvider extends ServiceProvider  | 
                                                        
| 12 | 12 |  { | 
                                                        
@@ -2,8 +2,8 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\ResponseCache;  | 
                                                        
| 4 | 4 | |
| 5 | -use Symfony\Component\HttpFoundation\Response;  | 
                                                        |
| 6 | 5 | use Symfony\Component\HttpFoundation\BinaryFileResponse;  | 
                                                        
| 6 | +use Symfony\Component\HttpFoundation\Response;  | 
                                                        |
| 7 | 7 | |
| 8 | 8 | class ResponseSerializer  | 
                                                        
| 9 | 9 |  { |