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