Add bundle namespace.

This commit is contained in:
David Molineus
2017-10-10 15:25:59 +02:00
parent 8f45bf925a
commit 6408796b56
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ namespace Netzmacht\Contao\Leaflet;
use Netzmacht\Contao\Leaflet\DependencyInjection\Pass\RegisterLibrariesPass;
use Netzmacht\Contao\Leaflet\DependencyInjection\Pass\RegisterDefinitionMapperPass;
use Netzmacht\Contao\Leaflet\DependencyInjection\Pass\RegisterEncodersPass;
use Netzmacht\Contao\Toolkit\DependencyInjection\Compiler\AddTaggedServicesAsArgumentPass;
use Netzmacht\Contao\Toolkit\Bundle\DependencyInjection\Compiler\AddTaggedServicesAsArgumentPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;