chore(config): remove unused auth config option

This commit is contained in:
peaklabs-dev 2025-03-26 20:28:30 +01:00
parent e28e346b7e
commit a55ad5a1da
No known key found for this signature in database

View file

@ -64,11 +64,6 @@ return [
'driver' => 'eloquent',
'model' => env('AUTH_MODEL', App\Models\User::class),
],
// 'users' => [
// 'driver' => 'database',
// 'table' => 'users',
// ],
],
/*