mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 20:43:52 +01:00
Replace string class names with the ::class attribute.
This commit is contained in:
@@ -32,7 +32,7 @@ class TileLayerMapper extends AbstractLayerMapper
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected static $definitionClass = 'Netzmacht\LeafletPHP\Definition\Raster\TileLayer';
|
||||
protected static $definitionClass = TileLayer::class;
|
||||
|
||||
/**
|
||||
* The layer type.
|
||||
|
||||
Reference in New Issue
Block a user