mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
607 B
YAML
15 lines
607 B
YAML
services:
|
|
Chill\AMLI\BudgetBundle\Form\ResourceType:
|
|
arguments:
|
|
$configRepository: '@Chill\AMLI\BudgetBundle\Config\ConfigRepository'
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
tags:
|
|
- { name: 'form.type' }
|
|
|
|
Chill\AMLI\BudgetBundle\Form\ChargeType:
|
|
arguments:
|
|
$configRepository: '@Chill\AMLI\BudgetBundle\Config\ConfigRepository'
|
|
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
tags:
|
|
- { name: 'form.type' }
|