add null remote connector and basic interface

This commit is contained in:
2022-04-30 16:48:07 +02:00
parent aecdfa6b12
commit 0212193940
7 changed files with 135 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
services:
_defaults:
autoconfigure: true
autowire: true
Chill\CalendarBundle\Synchro\Connector\RemoteCalendarConnectorInterface: ~
Chill\CalendarBundle\Synchro\Connector\NullRemoteCalendarConnector: ~