From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 13:37:36 +0000 (+0200) Subject: wip #4765 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=249e3e2adcded6dc5669b9a9c3a802f5e3ac3e10;p=odl.git wip #4765 @0.25 --- diff --git a/config/auth.php b/config/auth.php index f7a9629..5dc112a 100644 --- a/config/auth.php +++ b/config/auth.php @@ -61,7 +61,7 @@ return [ 'providers' => [ 'users' => [ - 'driver' => 'users', + 'driver' => 'null', 'model' => \App\Models\User::class, ],