Add reference layer.

This commit is contained in:
David Molineus
2015-01-09 15:24:34 +01:00
parent efb36256c7
commit 8e35dc1fef
15 changed files with 149 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
namespace Netzmacht\Contao\Leaflet\Model;
class ControlModel extends \Model
class ControlModel extends AbstractActiveModel
{
protected static $strTable = 'tl_leaflet_control';
}