mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 12:03:44 +01:00
Code style.
This commit is contained in:
@@ -86,8 +86,8 @@ class EncoderSubscriber implements EventSubscriberInterface
|
||||
*/
|
||||
public function loadLayer(EncodeValueEvent $event)
|
||||
{
|
||||
$value = $event->getValue();
|
||||
$encoder = $event->getEncoder();
|
||||
$value = $event->getValue();
|
||||
$encoder = $event->getEncoder();
|
||||
$template = 'L.contao.load(%s, %s, %s, %s, map);';
|
||||
|
||||
if ($value instanceof OmnivoreLayer) {
|
||||
|
||||
Reference in New Issue
Block a user