update database
This commit is contained in:
@@ -24,6 +24,17 @@ class UserSeeder extends Seeder
|
||||
'title_id' => 'TP',
|
||||
'email_verified_at' => now(),
|
||||
],
|
||||
[
|
||||
'id' => 'PKTCN-TP-100',
|
||||
'name' => 'User',
|
||||
'email' => 'user@domain.com',
|
||||
'password' => Hash::make('password'),
|
||||
'tel' => '7988111000',
|
||||
'birthday' => '1975-04-30',
|
||||
'department_id' => 'PKTCN',
|
||||
'title_id' => 'TP',
|
||||
'email_verified_at' => now(),
|
||||
],
|
||||
]);
|
||||
|
||||
factory(App\Entities\User::class, 300)->create();
|
||||
|
||||
Reference in New Issue
Block a user