We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664934b commit 335df43Copy full SHA for 335df43
Resources/config/services.yml
@@ -2,6 +2,7 @@ services:
2
takeit_amp_html.amp_controller:
3
class: Takeit\Bundle\AmpHtmlBundle\Controller\AmpViewController
4
arguments: ['@twig', '@takeit_amp_html.amp_converter', '@takeit_amp_html.loader.theme']
5
+ public: true
6
7
takeit_amp_html.param_converter.resolve_entity_converter:
8
class: Takeit\Bundle\AmpHtmlBundle\Request\ParamConverter\ResolveEntityParamConverter
0 commit comments