ArdentParameterBundle/Resources/config/services.yaml

12 lines
310 B
YAML

services:
ardent.parameter:
alias: Ardent\ParameterBundle\Service\ParameterService
Ardent\ParameterBundle\Service\ParameterService:
public: true
autowire: true
Ardent\ParameterBundle\Controller\:
resource: '../../Controller'
tags: ['controller.service_arguments']
autowire: true