feat: add stok opname employee to seeders
This commit is contained in:
parent
a8b6a51186
commit
69762c6539
@ -53,6 +53,11 @@ public function run(): void
|
||||
'email' => 'nonoperator@gmail.com',
|
||||
'full_name' => 'Non Operator',
|
||||
],
|
||||
Role::STOK_OPNAME->value => [
|
||||
'username' => 'stokopname',
|
||||
'email' => 'stokopname@gmail.com',
|
||||
'full_name' => 'Stok Opname',
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($employees as $roleName => $data) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user