mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-04 13:58:39 +01:00
Fix code style.
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\Model;
|
||||
|
||||
|
||||
/**
|
||||
* IconModel class for the tl_leaflet_icon table.
|
||||
*
|
||||
* @property mixed|null iconImage
|
||||
* @property mixed|null iconAnchor
|
||||
* @property mixed|null popupAnchor
|
||||
@@ -23,5 +24,10 @@ namespace Netzmacht\Contao\Leaflet\Model;
|
||||
*/
|
||||
class IconModel extends AbstractActiveModel
|
||||
{
|
||||
/**
|
||||
* Model table.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected static $strTable = 'tl_leaflet_icon';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user