Add vector style management.

This commit is contained in:
David Molineus
2015-01-09 11:53:58 +01:00
parent 9c689b072d
commit 37851110b0
23 changed files with 955 additions and 218 deletions

View File

@@ -23,5 +23,7 @@ namespace Netzmacht\Contao\Leaflet\Model;
*/
class IconModel extends \Model
{
use ActiveTrait;
protected static $strTable = 'tl_leaflet_icon';
}