Merge pull request #8336 from turbo124/v5-develop
Fixes for user stubs in random data
This commit is contained in:
commit
8281b42657
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