mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
Fix tag name.
This commit is contained in:
@@ -35,7 +35,7 @@ class RegisterDefinitionMapperPass implements CompilerPassInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
$definition = $container->getDefinition('netzmacht.contao_leaflet_maps.definition.mapper');
|
$definition = $container->getDefinition('netzmacht.contao_leaflet_maps.definition.mapper');
|
||||||
$taggedServices = $container->findTaggedServiceIds('netzmacht.contao_leaflet_maps.mapper ');
|
$taggedServices = $container->findTaggedServiceIds('netzmacht.contao_leaflet_maps.mapper');
|
||||||
|
|
||||||
foreach ($taggedServices as $serviceId => $tags) {
|
foreach ($taggedServices as $serviceId => $tags) {
|
||||||
foreach ($tags as $attributes) {
|
foreach ($tags as $attributes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user