mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 12:36:12 +00:00
13 lines
387 B
YAML
13 lines
387 B
YAML
---
|
|
services:
|
|
Chill\CalendarBundle\DataFixtures\ORM\LoadCancelReason:
|
|
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 } |