Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bedram Tamang committed Jun 16, 2024
1 parent 4f6371b commit 9e907da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
'middleware' => [
'authenticate_session' => Laravel\Sanctum\Http\Middleware\AuthenticateSession::class,
'encrypt_cookies' => Illuminate\Cookie\Middleware\EncryptCookies::class,
'add_queued_cookies_to_response'=> \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
'start_session'=> Illuminate\Session\Middleware\StartSession::class,
'add_queued_cookies_to_response' => Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
'start_session' => Illuminate\Session\Middleware\StartSession::class,
'validate_csrf_token' => Illuminate\Foundation\Http\Middleware\ValidateCsrfToken::class,
],

Expand Down

0 comments on commit 9e907da

Please sign in to comment.