mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
14 lines
433 B
YAML
14 lines
433 B
YAML
services:
|
|
Chill\DocStoreBundle\Form\StoredObjectType:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\DocStoreBundle\Form\AccompanyingCourseDocumentType:
|
|
class: Chill\DocStoreBundle\Form\AccompanyingCourseDocumentType
|
|
arguments:
|
|
- "@chill.main.helper.translatable_string"
|
|
tags:
|
|
- { name: form.type, alias: chill_docstorebundle_form_document }
|