refer to another authentication guard.

This commit is contained in:
James Cole 2022-03-19 06:54:48 +01:00
parent 346478622b
commit 3ddbb282d7
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -36,7 +36,7 @@ return [
|
*/
'guard' => ['web'],
'guard' => [env('AUTHENTICATION_GUARD', 'web')],
/*
|--------------------------------------------------------------------------