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

@@ -14,6 +14,7 @@ namespace Netzmacht\Contao\Leaflet;
use Contao\Input;
use Doctrine\Common\Cache\Cache;
use Netzmacht\Contao\Leaflet\Encoder\ContaoAssets;
use Netzmacht\Contao\Leaflet\Event\GetJavascriptEvent;
use Netzmacht\Contao\Leaflet\Filter\Filter;
use Netzmacht\Contao\Leaflet\Filter\FilterFactory;