Use twig instead of templating engine to render about page

This restores compatibility with Contao 4.8 without changing default
configuration of the symfony framework bundle.
This commit is contained in:
David Molineus
2019-08-21 13:27:11 +02:00
parent 06dd3655c0
commit cef9d7ff44
4 changed files with 22 additions and 13 deletions

View File

@@ -136,5 +136,5 @@ services:
Netzmacht\Contao\Leaflet\Backend\Action\AboutAction:
public: true
arguments:
- '@templating'
- '@twig'
- '%kernel.project_dir%'