diff --git a/src/Netzmacht/Contao/Leaflet/Model/LayerModel.php b/src/Netzmacht/Contao/Leaflet/Model/LayerModel.php index 66f5e9f..4d4d6dd 100644 --- a/src/Netzmacht/Contao/Leaflet/Model/LayerModel.php +++ b/src/Netzmacht/Contao/Leaflet/Model/LayerModel.php @@ -16,6 +16,9 @@ use Model\Collection; /** * Class LayerModel for the tl_leaflet_layer table. * + * @property mixed|null id + * @property mixed|null alias + * * @package Netzmacht\Contao\Leaflet\Model */ class LayerModel extends AbstractActiveModel