@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\CookieConsent; |
4 | 4 | |
5 | 5 | use Closure; |
6 | -use Illuminate\Http\Response; |
|
7 | 6 | use Illuminate\Contracts\Foundation\Application; |
7 | +use Illuminate\Http\Response; |
|
8 | 8 | |
9 | 9 | class CookieConsentMiddleware |
10 | 10 | { |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Cookie; |
6 | 6 | use Illuminate\Contracts\View\View; |
7 | -use Illuminate\Support\ServiceProvider; |
|
8 | 7 | use Illuminate\Cookie\Middleware\EncryptCookies; |
8 | +use Illuminate\Support\ServiceProvider; |
|
9 | 9 | |
10 | 10 | class CookieConsentServiceProvider extends ServiceProvider |
11 | 11 | { |