Extend avon AbstractActiveModel

This commit is contained in:
David Molineus
2015-01-12 09:32:21 +01:00
parent c5c4810837
commit 2752683172
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
namespace Netzmacht\Contao\Leaflet\Model; namespace Netzmacht\Contao\Leaflet\Model;
class MarkerModel extends \Model class MarkerModel extends AbstractActiveModel
{ {
protected static $strTable = 'tl_leaflet_marker'; protected static $strTable = 'tl_leaflet_marker';

View File

@@ -12,7 +12,7 @@
namespace Netzmacht\Contao\Leaflet\Model; namespace Netzmacht\Contao\Leaflet\Model;
class VectorModel extends \Model class VectorModel extends AbstractActiveModel
{ {
/** /**
* Model table. * Model table.