mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix loading for ms graph connector
This commit is contained in:
parent
fbf1c4365d
commit
c329862e96
@ -30,7 +30,7 @@ class RemoteCalendarCompilerPass implements CompilerPassInterface
|
||||
$connector = null;
|
||||
|
||||
if (!$config['remote_calendars_sync']['enabled']) {
|
||||
$connector = NullRemoteCalendarConnector::class;
|
||||
$connector = MSGraphRemoteCalendarConnector::class;
|
||||
}
|
||||
|
||||
if ($config['remote_calendars_sync']['microsoft_graph']['enabled']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user