refer to another authentication guard.

This commit is contained in:
James Cole
2022-03-19 06:54:48 +01:00
parent 346478622b
commit 3ddbb282d7

View File

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