Refactor to new bundle style (Symfony v6)
This commit is contained in:
12
config/services.yaml
Normal file
12
config/services.yaml
Normal 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
|
Reference in New Issue
Block a user