]> _ Git - odl.git/commitdiff
wip #4765 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 13:37:36 +0000 (15:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Oct 2021 13:37:36 +0000 (15:37 +0200)
config/auth.php

index f7a962963e37e703bbf3b2425b48ceb74321e495..5dc112a49fe3b84975b99fcc019634af43de011f 100644 (file)
@@ -61,7 +61,7 @@ return [
 
     'providers' => [
         'users' => [
-            'driver' => 'users',
+            'driver' => 'null',
             'model' => \App\Models\User::class,
         ],