mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 19:09:45 +00:00
10 lines
316 B
YAML
10 lines
316 B
YAML
---
|
|
services:
|
|
chill.calendar.form.type.calendar:
|
|
class: Chill\CalendarBundle\Form\CalendarType
|
|
arguments:
|
|
- "@chill.main.helper.translatable_string"
|
|
- "@doctrine.orm.entity_manager"
|
|
|
|
tags:
|
|
- { name: form.type, alias: chill_calendarbundle_calendar } |