mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 19:04:33 -04:00
Set demo for company_key on demo account
This commit is contained in:
parent
c5d33e1df8
commit
d91459b48f
@ -101,6 +101,7 @@ class DemoMode extends Command
|
|||||||
'account_id' => $account->id,
|
'account_id' => $account->id,
|
||||||
'slack_webhook_url' => config('ninja.notification.slack'),
|
'slack_webhook_url' => config('ninja.notification.slack'),
|
||||||
'enabled_modules' => 32767,
|
'enabled_modules' => 32767,
|
||||||
|
'company_key' => 'demo',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$settings = $company->settings;
|
$settings = $company->settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user