Move LatLng and LatLngBounds to new Value namespace.

This commit is contained in:
David Molineus
2015-01-27 12:41:11 +01:00
parent 9de46923fb
commit 19199833b0
12 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ namespace Netzmacht\Contao\Leaflet\Model;
use Netzmacht\Contao\Leaflet\Filter\BboxFilter;
use Netzmacht\Contao\Leaflet\Filter\Filter;
use Netzmacht\LeafletPHP\Definition\Type\LatLngBounds;
use Netzmacht\LeafletPHP\Value\LatLngBounds;
/**
* Class MarkerModel for the tl_leaflet_marker table.