Make alias generator services public for Contao 4.6/Symfony 4.0 compatibility.

This commit is contained in:
David Molineus
2018-09-18 10:26:38 +02:00
parent 9a1b6dee01
commit 8fdc7dab29
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
Changelog Changelog
========= =========
3.0.3 (2018-09-18)
------------------
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.2...3.0.3)
- Make alias generator services public for Contao 4.6/Symfony 4.0 compatibility.
3.0.2 (2018-08-23) 3.0.2 (2018-08-23)
------------------ ------------------

View File

@@ -74,11 +74,13 @@ services:
netzmacht.contao_leaflet.definition.alias_generator.factory_default: netzmacht.contao_leaflet.definition.alias_generator.factory_default:
class: Netzmacht\Contao\Leaflet\Alias\DefaultAliasGeneratorFactory class: Netzmacht\Contao\Leaflet\Alias\DefaultAliasGeneratorFactory
public: true
arguments: arguments:
- '@database_connection' - '@database_connection'
netzmacht.contao_leaflet.definition.alias_generator.factory_parent: netzmacht.contao_leaflet.definition.alias_generator.factory_parent:
class: Netzmacht\Contao\Leaflet\Alias\ParentAliasGeneratorFactory class: Netzmacht\Contao\Leaflet\Alias\ParentAliasGeneratorFactory
public: true
arguments: arguments:
- '@database_connection' - '@database_connection'