Set a default value for the default provider

This commit is contained in:
Alex Tselegidis 2023-07-29 12:02:52 +02:00
parent 29bd6dd23a
commit 5a5c4333be
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ class Instance {
'username' => 'janedoe',
'password' => random_string(),
'working_plan' => setting('company_working_plan'),
'working_plan_exceptions' => '{}',
'notifications' => TRUE,
'google_sync' => FALSE,
'sync_past_days' => 30,