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