mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
19 lines
509 B
YAML
19 lines
509 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\DocStoreBundle\Form\StoredObjectType:
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\DocStoreBundle\Form\AccompanyingCourseDocumentType:
|
|
tags:
|
|
- { name: form.type, alias: chill_docstorebundle_form_document }
|
|
|
|
Chill\DocStoreBundle\Form\DataMapper\:
|
|
resource: '../../Form/DataMapper'
|
|
|
|
Chill\DocStoreBundle\Form\DataTransformer\:
|
|
resource: '../../Form/DataTransformer'
|