mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for user stubs in random data
This commit is contained in:
parent
3a9bd78789
commit
d5156944b5
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user