Skip to content

Commit

Permalink
fix: Replace dup config opt with needed opt
Browse files Browse the repository at this point in the history
  • Loading branch information
zooley committed Apr 10, 2024
1 parent d7f48a3 commit 7552b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
*/

'middleware' => [
'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class,
'authenticate_session' => Laravel\Sanctum\Http\Middleware\AuthenticateSession::class,
'encrypt_cookies' => App\Http\Middleware\EncryptCookies::class,
'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class,
],
Expand Down

0 comments on commit 7552b7e

Please sign in to comment.