Drop unused function use statements.

This commit is contained in:
David Molineus
2019-02-13 12:50:59 +01:00
parent a6c08ae8e5
commit 697e8d2f5e
2 changed files with 0 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ use Netzmacht\Contao\Leaflet\Filter\BboxFilter;
use Netzmacht\Contao\Leaflet\Filter\DistanceFilter;
use Netzmacht\Contao\Leaflet\Filter\Filter;
use Netzmacht\LeafletPHP\Value\LatLngBounds;
use function var_dump;
/**
* Class MarkerModel for the tl_leaflet_marker table.