* @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'; }