mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Code style.
This commit is contained in:
@@ -57,7 +57,7 @@ final class MarkersLabelRenderer extends AbstractLabelRenderer
|
||||
{
|
||||
$repository = $this->repositoryManager->getRepository(MarkerModel::class);
|
||||
$count = $repository->countBy(['pid'], [$row['pid']]);
|
||||
$label .= sprintf(
|
||||
$label .= sprintf(
|
||||
'<span class="tl_gray"> (%s %s)</span>',
|
||||
$count,
|
||||
$translator->trans('countEntries', [], 'contao_tl_leaflet_layer')
|
||||
|
||||
Reference in New Issue
Block a user