mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 19:43:50 +01:00
Add close flag.
This commit is contained in:
@@ -118,7 +118,7 @@ class EncoderSubscriber implements EventSubscriberInterface
|
||||
);
|
||||
|
||||
foreach ($value->getMethodCalls() as $call) {
|
||||
$event->addLine($call->encode($encoder, $encoder->getOutput()));
|
||||
$event->addLine($call->encode($encoder, Encoder::CLOSE_STATEMENT));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user