fixes issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user