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