mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 06:08:30 +00:00
rdv: add route, twig for listing and creating calendar items
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Chill\CalendarBundle\Controller\:
|
||||
autowire: true
|
||||
resource: '../../../Controller'
|
||||
tags: ['controller.service_arguments']
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
services:
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadCancelReason:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadInvite:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Reference in New Issue
Block a user