Skip to content

Commit

Permalink
🎨 Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 5, 2024
1 parent a117f12 commit 8d14e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Roots/Acorn/Http/Middleware/EncryptCookies.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Roots\Acorn\Http\Middleware;

use Closure;
use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;

class EncryptCookies extends Middleware
Expand Down
1 change: 1 addition & 0 deletions src/Roots/Acorn/Http/Middleware/VerifyCsrfToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Roots\Acorn\Http\Middleware;

use Closure;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;

class VerifyCsrfToken extends Middleware
Expand Down

0 comments on commit 8d14e21

Please sign in to comment.