Add config and controller to use the config

This commit is contained in:
Tim
2020-07-27 00:26:57 +02:00
parent a2c17d4be3
commit db970b4c69
6 changed files with 115 additions and 5 deletions

View File

@ -4,4 +4,9 @@ services:
Ardent\ParameterBundle\Service\ParameterService:
public: true
autowire: true
Ardent\ParameterBundle\Controller\:
resource: '../../Controller'
tags: ['controller.service_arguments']
autowire: true