mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
16 lines
418 B
YAML
16 lines
418 B
YAML
services:
|
|
_defaults:
|
|
autoconfigure: true
|
|
autowire: true
|
|
|
|
Chill\CalendarBundle\Synchro\Connector\RemoteCalendarConnectorInterface: ~
|
|
|
|
Chill\CalendarBundle\Synchro\Connector\NullRemoteCalendarConnector: ~
|
|
|
|
Chill\CalendarBundle\Synchro\Connector\MSGraphRemoteCalendarConnector: ~
|
|
|
|
Chill\CalendarBundle\Synchro\Connector\MSGraph\:
|
|
resource: '../../Synchro/Connector/MSGraph/'
|
|
|
|
|