]> _ Git - odl.git/commitdiff
wip #4765 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:13:48 +0000 (11:13 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:13:48 +0000 (11:13 +0200)
config/auth.php

index 5dc112a49fe3b84975b99fcc019634af43de011f..d37c8da5c8223f57770f14bba05351a2080622ee 100644 (file)
@@ -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,
         ],