From a55ad5a1da086179385713db81c7dd0b6891443e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:28:30 +0100 Subject: [PATCH] chore(config): remove unused auth config option --- config/auth.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/auth.php b/config/auth.php index 0ba5d5d8f..204673673 100644 --- a/config/auth.php +++ b/config/auth.php @@ -64,11 +64,6 @@ return [ 'driver' => 'eloquent', 'model' => env('AUTH_MODEL', App\Models\User::class), ], - - // 'users' => [ - // 'driver' => 'database', - // 'table' => 'users', - // ], ], /*