Make controller public as it's required by Symfony 4.

This commit is contained in:
David Molineus
2019-01-10 16:39:43 +01:00
parent 6a88ed380b
commit cb3e9bc8b4
2 changed files with 12 additions and 2 deletions

View File

@@ -128,11 +128,13 @@ services:
- { name: Netzmacht\Contao\PageContext\Request\PageIdDeterminator }
Netzmacht\Contao\Leaflet\Frontend\Action\LayerDataAction:
public: true
arguments:
- '@netzmacht.contao_leaflet.map.provider'
- '@netzmacht.contao_leaflet.filter_factory'
Netzmacht\Contao\Leaflet\Backend\Action\AboutAction:
public: true
arguments:
- '@templating'
- '%kernel.project_dir%'