Make services public which has to be required in Symfony 3.4.

This commit is contained in:
David Molineus
2018-01-05 17:03:30 +01:00
parent bde761911f
commit 295d5385a0
2 changed files with 12 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ services:
netzmacht.contao_leaflet.frontend.insert_tag:
class: Netzmacht\Contao\Leaflet\Frontend\InsertTag\LeafletInsertTagParser
public: true
arguments:
- '@netzmacht.contao_leaflet.map.provider'
- '%kernel.debug%'