mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Apply service names changes.
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user