mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 10:44:24 +00:00
12 lines
372 B
YAML
12 lines
372 B
YAML
parameters:
|
|
# cl_chill_main.example.class: CL\Chill\MainBundle\Example
|
|
|
|
services:
|
|
chill.main.menu_composer:
|
|
class: CL\Chill\MainBundle\DependencyInjection\Services\MenuComposer
|
|
arguments:
|
|
- "@router"
|
|
# cl_chill_main.example:
|
|
# class: %cl_chill_main.example.class%
|
|
# arguments: [@service_id, "plain_value", %parameter%]
|