mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
13 lines
359 B
YAML
13 lines
359 B
YAML
services:
|
|
|
|
Chill\MainBundle\Controller\:
|
|
autowire: true
|
|
resource: '../../../Controller'
|
|
tags: ['controller.service_arguments']
|
|
|
|
Chill\MainBundle\Controller\PasswordController:
|
|
autowire: true
|
|
arguments:
|
|
$chillLogger: '@monolog.logger.chill'
|
|
tags: ['controller.service_arguments']
|