mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
wip
This commit is contained in:
parent
01655b413e
commit
baf32fa168
2 changed files with 4 additions and 2 deletions
|
|
@ -17,7 +17,9 @@ class DatabaseSeeder extends Seeder
|
|||
|
||||
User::factory()->create([
|
||||
'name' => 'Test User',
|
||||
'email' => 'test@example.com',
|
||||
'email' => 'admin@example.com',
|
||||
'password' => bcrypt('admin@example.com'),
|
||||
]);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue