mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 18:39:43 +00:00
Feature: allow to administrate budget resources and charges from the admin
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
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'
|
||||
Chill\BudgetBundle\Form\:
|
||||
autowire: true
|
||||
resource: '../../Form'
|
||||
tags:
|
||||
- { name: 'form.type' }
|
||||
# Chill\BudgetBundle\Form\Admin\:
|
||||
# autowire: true
|
||||
# resource: '../../Form/Admin'
|
||||
|
Reference in New Issue
Block a user