From 249e3e2adcded6dc5669b9a9c3a802f5e3ac3e10 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 15:37:36 +0200 Subject: [PATCH] wip #4765 @0.25 --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], -- 2.39.5