Refactor to new bundle style (Symfony v6)

This commit is contained in:
Tim
2023-02-21 00:44:28 +01:00
parent a2fe3584be
commit 7040fd5ea7
14 changed files with 76 additions and 107 deletions

12
config/services.yaml Normal file
View File

@ -0,0 +1,12 @@
services:
ardent.parameter:
alias: Ardent\ParameterBundle\Service\ParameterService
Ardent\ParameterBundle\Service\ParameterService:
public: true
autowire: true
Ardent\ParameterBundle\Controller\:
resource: '../src/Controller'
tags: ['controller.service_arguments', 'container.service_subscriber']
autowire: true