Fixes for user stubs in random data
This commit is contained in:
parent
3a9bd78789
commit
d5156944b5
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class RandomDataSeeder extends Seeder
|
|||
]);
|
||||
|
||||
$user->first_name = 'Permissions';
|
||||
$user->last_name = 'Test';
|
||||
$user->last_name = 'Example';
|
||||
$user->password = Hash::make('password');
|
||||
$user->account_id = $account->id;
|
||||
$user->email_verified_at = now();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue