mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2026-02-28 17:18:15 +01:00
Use PHP's ::class constant.
This commit is contained in:
@@ -33,7 +33,7 @@ class MapMapper extends AbstractMapper
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected static $modelClass = 'Netzmacht\Contao\Leaflet\Model\MapModel';
|
||||
protected static $modelClass = MapModel::class;
|
||||
|
||||
/**
|
||||
* Class of the definition being created.
|
||||
|
||||
Reference in New Issue
Block a user