Skip to content

Commit

Permalink
Merge pull request #363 from silinternational/feature/include-externa…
Browse files Browse the repository at this point in the history
…l-groups-sync-in-cron-all

Include external-groups sync when running all ID Broker cron jobs
  • Loading branch information
forevermatt authored Sep 10, 2024
2 parents 521c56d + 3368d00 commit 303b3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/console/controllers/CronController.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public function actionAll()
'actionSendMethodReminderEmails',
'actionSendPasswordExpiryEmails',
'actionGoogleAnalytics',
'actionSyncExternalGroups',
];

if (\Yii::$app->params['google']['enableSheetsExport']) {
Expand Down

0 comments on commit 303b3be

Please sign in to comment.