mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-01-17 04:45:18 +01:00
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -34,6 +34,6 @@ class AbstractLayerMapper extends AbstractTypeMapper
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->addOption('label', 'title');
|
||||
$this->optionsBuilder->addOption('label', 'title');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user