Minor fixes
This commit is contained in:
parent
a470ecbe2c
commit
9ecbaea186
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class CreateAccount extends Command
|
|||
$account = Account::factory()->create();
|
||||
$company = Company::factory()->create([
|
||||
'account_id' => $account->id,
|
||||
'portal_domain' => config('ninja.app_url'),
|
||||
'portal_mode' => 'domain',
|
||||
]);
|
||||
|
||||
$account->default_company_id = $company->id;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue