[9.x] Add specific test user in seeder (#5879)

* Update DatabaseSeeder.php

* formatting

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Dries Vints
2022-05-05 08:53:49 -05:00
committed by GitHub
co-authored by Taylor Otwell
parent 14b6505bba
commit 5c5a300bfd
+5
View File
@@ -15,5 +15,10 @@ class DatabaseSeeder extends Seeder
public function run()
{
// \App\Models\User::factory(10)->create();
// \App\Models\User::factory()->create([
// 'name' => 'Test User',
// 'email' => '[email protected]',
// ]);
}
}