Fixes for user stubs in random data

This commit is contained in:
David Bomba 2023-03-06 08:29:05 +11:00
parent 3a9bd78789
commit d5156944b5

View File

@ -152,7 +152,7 @@ class RandomDataSeeder extends Seeder
]); ]);
$user->first_name = 'Permissions'; $user->first_name = 'Permissions';
$user->last_name = 'Test'; $user->last_name = 'Example';
$user->password = Hash::make('password'); $user->password = Hash::make('password');
$user->account_id = $account->id; $user->account_id = $account->id;
$user->email_verified_at = now(); $user->email_verified_at = now();