Move assets class to encoder namespace.

This commit is contained in:
David Molineus
2017-10-11 14:53:04 +02:00
parent f09929fae7
commit da8613ca0b
5 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
namespace Netzmacht\Contao\Leaflet\Mapper\Layer;
use Contao\Model;
use Netzmacht\Contao\Leaflet\ContaoAssets;
use Netzmacht\Contao\Leaflet\Encoder\ContaoAssets;
use Netzmacht\Contao\Leaflet\Mapper\DefinitionMapper;
use Netzmacht\Contao\Leaflet\Model\LayerModel;
use Netzmacht\Contao\Leaflet\Request\Request;