ArdentParameterBundle/Resources/config/services.yaml

12 lines
310 B
YAML
Raw Normal View History

2019-05-23 17:04:48 +02:00
services:
2020-07-25 23:57:02 +02:00
ardent.parameter:
alias: Ardent\ParameterBundle\Service\ParameterService
2020-07-25 19:39:10 +02:00
Ardent\ParameterBundle\Service\ParameterService:
2020-07-25 23:57:02 +02:00
public: true
autowire: true
Ardent\ParameterBundle\Controller\:
resource: '../../Controller'
tags: ['controller.service_arguments']
2020-07-25 23:57:02 +02:00
autowire: true