Move content element to frontend folder.

This commit is contained in:
David Molineus
2015-01-09 20:57:34 +01:00
parent 3ff2fca215
commit 942b823a83
2 changed files with 22 additions and 3 deletions

View File

@@ -9,15 +9,16 @@
*
*/
namespace Netzmacht\Contao\Leaflet;
namespace Netzmacht\Contao\Leaflet\Frontend;
use Netzmacht\Contao\Leaflet\Mapper\MapMapper;
use ContentElement;
use Netzmacht\Contao\Leaflet\MapService;
use Netzmacht\Contao\Leaflet\Model\MapModel;
/**
* @property int leaflet_map
*/
class LeafletMapElement extends \ContentElement
class MapElement extends \ContentElement
{
/**
* Template name.

View File

@@ -0,0 +1,18 @@
<?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\Frontend;
class MapModule
{
}