mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-05-31 12:01:17 +02:00
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -59,7 +59,7 @@ class LoadingControlMapper extends AbstractControlMapper
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->addOption('separate');
|
||||
$this->optionsBuilder->addOption('separate');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user