Skip to content

Commit

Permalink
Set a default value for the default provider
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jul 29, 2023
1 parent 29bd6dd commit 5a5c433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/libraries/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public function seed(): string
'username' => 'janedoe',
'password' => random_string(),
'working_plan' => setting('company_working_plan'),
'working_plan_exceptions' => '{}',
'notifications' => TRUE,
'google_sync' => FALSE,
'sync_past_days' => 30,
Expand Down

0 comments on commit 5a5c433

Please sign in to comment.