Minor fixes for demo mode

This commit is contained in:
David Bomba 2023-03-21 16:33:22 +11:00
parent c7764f296e
commit b3060ce0e0

View File

@ -188,6 +188,7 @@ class DemoMode extends Command
$company_token->account_id = $account->id;
$company_token->name = 'test token';
$company_token->token = 'TOKEN';
$company_token->is_system = true;
$company_token->save();
$u2->companies()->attach($company->id, [