Autowire ElementController

This commit is contained in:
2025-10-01 18:50:16 +02:00
parent 37b8297567
commit aa0db40224

View File

@@ -1,4 +1,12 @@
services:
_defaults:
autowire: true
autoconfigure: true
Chill\BudgetBundle\Controller\:
resource: '../../Controller/'
tags: [ 'controller.service_arguments' ]
Chill\BudgetBundle\Controller\Admin\:
autowire: true
autoconfigure: true