mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:34:35 -04:00
Update demo data
This commit is contained in:
parent
22708553c9
commit
dc4980a8b2
@ -165,6 +165,7 @@ class DemoMode extends Command
|
|||||||
'account_id' => $account->id,
|
'account_id' => $account->id,
|
||||||
'email' => 'small@example.com',
|
'email' => 'small@example.com',
|
||||||
'confirmation_code' => $this->createDbHash(config('database.default')),
|
'confirmation_code' => $this->createDbHash(config('database.default')),
|
||||||
|
'email_verified_at' => now(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -199,6 +200,7 @@ class DemoMode extends Command
|
|||||||
'password' => Hash::make('Password0'),
|
'password' => Hash::make('Password0'),
|
||||||
'account_id' => $account->id,
|
'account_id' => $account->id,
|
||||||
'confirmation_code' => $this->createDbHash(config('database.default')),
|
'confirmation_code' => $this->createDbHash(config('database.default')),
|
||||||
|
'email_verified_at' => now(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$company_token = new CompanyToken;
|
$company_token = new CompanyToken;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user