From b8ee30b3bf1478829de62441c3f3b610b9aba187 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 11:13:48 +0200 Subject: [PATCH] wip #4765 @0.25 --- config/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/auth.php b/config/auth.php index 5dc112a..d37c8da 100644 --- a/config/auth.php +++ b/config/auth.php @@ -37,7 +37,7 @@ return [ 'guards' => [ 'web' => [ - 'driver' => 'socialitegoogle', + 'driver' => 'session', 'provider' => 'users', ], ], @@ -61,7 +61,7 @@ return [ 'providers' => [ 'users' => [ - 'driver' => 'null', + 'driver' => 'eloquent', 'model' => \App\Models\User::class, ], -- 2.39.5