forked from Snck3rs/contao-leaflet-maps
Work on vectors integration.
This commit is contained in:
23
src/Netzmacht/Contao/Leaflet/Model/VectorModel.php
Normal file
23
src/Netzmacht/Contao/Leaflet/Model/VectorModel.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package dev
|
||||
* @author David Molineus <david.molineus@netzmacht.de>
|
||||
* @copyright 2015 netzmacht creative David Molineus
|
||||
* @license LGPL 3.0
|
||||
* @filesource
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\Model;
|
||||
|
||||
|
||||
class VectorModel extends \Model
|
||||
{
|
||||
/**
|
||||
* Model table.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected static $strTable = 'tl_leaflet_vector';
|
||||
}
|
||||
Reference in New Issue
Block a user