Merge pull request #3942 from turbo124/v2

Set demo for company_key on demo account
This commit is contained in:
David Bomba 2020-07-28 22:44:28 +10:00 committed by GitHub
commit 5a631d09db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ class DemoMode extends Command
'account_id' => $account->id,
'slack_webhook_url' => config('ninja.notification.slack'),
'enabled_modules' => 32767,
'company_key' => 'demo',
]);
$settings = $company->settings;