Do not use templating engine where not required

This commit is contained in:
David Molineus
2022-02-21 16:36:43 +01:00
parent d6a7e14a05
commit 445729acfe
4 changed files with 20 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ services:
- '@netzmacht.contao_leaflet.cache'
- '@netzmacht.contao_leaflet.frontend.data_controller'
- '@netzmacht.contao_toolkit.repository_manager'
- '@templating'
- '@netzmacht.contao_toolkit.template_renderer'
netzmacht.contao_leaflet.libraries:
class: Netzmacht\Contao\Leaflet\Frontend\Assets\LibrariesConfiguration
@@ -141,4 +141,4 @@ services:
Netzmacht\Contao\Leaflet\Bundle\ConsentBridge\Plugin:
tags:
- { name: hofff_contao_consent_bridge.plugin }
- { name: hofff_contao_consent_bridge.plugin }