diff --git a/src/Frontend/ContentElement/MapElementFactory.php b/src/Frontend/ContentElement/MapElementFactory.php index 3ce5b4f..efe1eac 100644 --- a/src/Frontend/ContentElement/MapElementFactory.php +++ b/src/Frontend/ContentElement/MapElementFactory.php @@ -60,8 +60,8 @@ class MapElementFactory implements ComponentFactory $this->container->get('templating'), $this->container->get('translator'), $this->container->get('netzmacht.contao_leaflet.map.provider'), - $this->container->get('netzmacht.contao_toolkit.contao.input'), - $this->container->get('netzmacht.contao_toolkit.contao.config'), + $this->container->get('netzmacht.contao_toolkit.contao.input_adapter'), + $this->container->get('netzmacht.contao_toolkit.contao.config_adapter'), $column ); } diff --git a/src/Frontend/Module/MapModuleFactory.php b/src/Frontend/Module/MapModuleFactory.php index cac0205..2ce6364 100644 --- a/src/Frontend/Module/MapModuleFactory.php +++ b/src/Frontend/Module/MapModuleFactory.php @@ -60,8 +60,8 @@ class MapModuleFactory implements ComponentFactory $this->container->get('templating'), $this->container->get('translator'), $this->container->get('netzmacht.contao_leaflet.map.provider'), - $this->container->get('netzmacht.contao_toolkit.contao.input'), - $this->container->get('netzmacht.contao_toolkit.contao.config'), + $this->container->get('netzmacht.contao_toolkit.contao.input_adapter'), + $this->container->get('netzmacht.contao_toolkit.contao.config_adapter'), $column ); }