From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 09:13:48 +0000 (+0200) Subject: wip #4765 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b8ee30b3bf1478829de62441c3f3b610b9aba187;p=odl.git wip #4765 @0.25 --- 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, ],