Changed default email - Seeder
This commit is contained in:
parent
1119840656
commit
941c27ce58
@ -10,6 +10,6 @@ class UserSeeder extends Seeder
|
|||||||
{
|
{
|
||||||
public function run(): void
|
public function run(): void
|
||||||
{
|
{
|
||||||
User::factory(['email' => 'admin@admin.pl'])->create();
|
User::factory(['email' => 'admin@example.com'])->create();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user