fixes issues

This commit is contained in:
2026-02-16 13:37:37 +01:00
parent f57bdd68da
commit eb43b35873
10 changed files with 30 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ public function run(): void
User::factory()->create([
'name' => 'Jonathan',
'email' => 'jonathan@blijnder.nl',
'email' => 'jonathan.van.rij@agerion.nl',
'password' => bcrypt('secret'),
'email_verified_at' => now(),
'role_id' => $adminRole->id,