fix loading for ms graph connector

This commit is contained in:
Julien Fastré 2022-06-08 13:05:28 +02:00
parent fbf1c4365d
commit c329862e96

View File

@ -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']) {