Skip to content

Commit

Permalink
Changed config for laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed May 26, 2024
1 parent 2566424 commit f69dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
|
*/

'guard' => config('auth.defaults.guard', 'web'),
'guard' => env('AUTH_GUARD', 'web'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f69dbc7

Please sign in to comment.