WIP
This commit is contained in:
@@ -31,6 +31,12 @@ class UserTableSeeder extends Seeder
|
||||
'email' => 'nurmuhammet@mail.com',
|
||||
'password' => bcrypt('payload10'),
|
||||
],
|
||||
[
|
||||
'first_name' => 'Admin',
|
||||
'last_name' => 'Admin',
|
||||
'email' => 'admin@smartelektronika.com',
|
||||
'password' => bcrypt('PuteraSeroja'),
|
||||
]
|
||||
])->each(function ($data) {
|
||||
$user = User::create($data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user