Apply service names changes.

This commit is contained in:
David Molineus
2017-10-11 14:27:11 +02:00
parent 58a7ccc815
commit abaf24821f
2 changed files with 4 additions and 4 deletions

View File

@@ -60,8 +60,8 @@ class MapElementFactory implements ComponentFactory
$this->container->get('templating'), $this->container->get('templating'),
$this->container->get('translator'), $this->container->get('translator'),
$this->container->get('netzmacht.contao_leaflet.map.provider'), $this->container->get('netzmacht.contao_leaflet.map.provider'),
$this->container->get('netzmacht.contao_toolkit.contao.input'), $this->container->get('netzmacht.contao_toolkit.contao.input_adapter'),
$this->container->get('netzmacht.contao_toolkit.contao.config'), $this->container->get('netzmacht.contao_toolkit.contao.config_adapter'),
$column $column
); );
} }

View File

@@ -60,8 +60,8 @@ class MapModuleFactory implements ComponentFactory
$this->container->get('templating'), $this->container->get('templating'),
$this->container->get('translator'), $this->container->get('translator'),
$this->container->get('netzmacht.contao_leaflet.map.provider'), $this->container->get('netzmacht.contao_leaflet.map.provider'),
$this->container->get('netzmacht.contao_toolkit.contao.input'), $this->container->get('netzmacht.contao_toolkit.contao.input_adapter'),
$this->container->get('netzmacht.contao_toolkit.contao.config'), $this->container->get('netzmacht.contao_toolkit.contao.config_adapter'),
$column $column
); );
} }