mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-02 21:14:15 +01:00
Ongoing development.
This commit is contained in:
19
src/Netzmacht/Contao/Leaflet/Model/MapModel.php
Normal file
19
src/Netzmacht/Contao/Leaflet/Model/MapModel.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package dev
|
||||
* @author David Molineus <david.molineus@netzmacht.de>
|
||||
* @copyright 2014 netzmacht creative David Molineus
|
||||
* @license LGPL 3.0
|
||||
* @filesource
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Netzmacht\Contao\Leaflet\Model;
|
||||
|
||||
|
||||
class MapModel extends \Model
|
||||
{
|
||||
protected static $strTable = 'tl_leaflet_map';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user