Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 7, 2023
1 parent d1f8bf7 commit 338f633
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' => [
'authenticate_session' => \Laravel\Sanctum\Http\Middleware\AuthenticateSession::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 338f633

Please sign in to comment.