From 3ddbb282d70868a63e2ffb79c127c0fbeadd7559 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 19 Mar 2022 06:54:48 +0100 Subject: [PATCH] refer to another authentication guard. --- config/sanctum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sanctum.php b/config/sanctum.php index 194cceb0d6..c65fa32064 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -36,7 +36,7 @@ return [ | */ - 'guard' => ['web'], + 'guard' => [env('AUTHENTICATION_GUARD', 'web')], /* |--------------------------------------------------------------------------