mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +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');
|
||||
$taggedServices = $container->findTaggedServiceIds('netzmacht.contao_leaflet_maps.mapper ');
|
||||
$taggedServices = $container->findTaggedServiceIds('netzmacht.contao_leaflet_maps.mapper');
|
||||
|
||||
foreach ($taggedServices as $serviceId => $tags) {
|
||||
foreach ($tags as $attributes) {
|
||||
|
||||
Reference in New Issue
Block a user