mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
11 lines
386 B
YAML
11 lines
386 B
YAML
services:
|
|
Chill\MainBundle\Templating\ChillTwigHelper:
|
|
tags:
|
|
- { name: twig.extension }
|
|
|
|
Chill\MainBundle\Templating\ChillTwigRoutingHelper:
|
|
arguments:
|
|
$requestStack: '@Symfony\Component\HttpFoundation\RequestStack'
|
|
$originalExtension: '@twig.extension.routing'
|
|
tags:
|
|
- { name: twig.extension } |