test borked

This commit is contained in:
Dan Baker 2026-02-22 17:49:23 +00:00
parent 49b528a66b
commit 2418edccfd
29 changed files with 2036 additions and 121 deletions

View file

@ -61,7 +61,7 @@ return [
'providers' => [
'users' => [
'driver' => 'eloquent',
'driver' => 'hash_email',
'model' => env('AUTH_MODEL', App\Models\User::class),
],