mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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;
|
$connector = null;
|
||||||
|
|
||||||
if (!$config['remote_calendars_sync']['enabled']) {
|
if (!$config['remote_calendars_sync']['enabled']) {
|
||||||
$connector = NullRemoteCalendarConnector::class;
|
$connector = MSGraphRemoteCalendarConnector::class;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($config['remote_calendars_sync']['microsoft_graph']['enabled']) {
|
if ($config['remote_calendars_sync']['microsoft_graph']['enabled']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user