forked from mirrors/easyappointments
Set a default value for the default provider
This commit is contained in:
parent
29bd6dd23a
commit
5a5c4333be
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ class Instance {
|
||||||
'username' => 'janedoe',
|
'username' => 'janedoe',
|
||||||
'password' => random_string(),
|
'password' => random_string(),
|
||||||
'working_plan' => setting('company_working_plan'),
|
'working_plan' => setting('company_working_plan'),
|
||||||
|
'working_plan_exceptions' => '{}',
|
||||||
'notifications' => TRUE,
|
'notifications' => TRUE,
|
||||||
'google_sync' => FALSE,
|
'google_sync' => FALSE,
|
||||||
'sync_past_days' => 30,
|
'sync_past_days' => 30,
|
||||||
|
|
Loading…
Reference in a new issue