mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
rdv: add fixture for calendar range
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
---
|
||||
services:
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadCancelReason:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadInvite:
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
||||
Chill\CalendarBundle\DataFixtures\ORM\LoadCalendarRange:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { 'name': doctrine.fixture.orm }
|
Reference in New Issue
Block a user