Optimize use statements.

This commit is contained in:
David Molineus
2017-10-17 17:11:35 +02:00
parent 734aecf738
commit 01b3962b78
11 changed files with 15 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ use Contao\Model;
use Netzmacht\Contao\Leaflet\Mapper\DefinitionMapper;
use Netzmacht\Contao\Leaflet\Request\Request;
use Netzmacht\LeafletPHP\Definition;
use Netzmacht\LeafletPHP\Value\LatLng;
use Netzmacht\LeafletPHP\Definition\Vector\Polyline;
use Netzmacht\LeafletPHP\Value\LatLng;
/**
* Class PolylineMapper maps the database model to the polyline definition.