From 6408796b560e851eb6aa169f59960af7a53c733d Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 10 Oct 2017 15:25:59 +0200 Subject: [PATCH] Add bundle namespace. --- src/ContaoManager/Plugin.php | 2 +- src/NetzmachtContaoLeafletBundle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php index c9985b7..4a3c6f5 100644 --- a/src/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -17,7 +17,7 @@ use Contao\ManagerPlugin\Bundle\BundlePluginInterface; use Contao\ManagerPlugin\Bundle\Config\BundleConfig; use Contao\ManagerPlugin\Bundle\Parser\ParserInterface; use Netzmacht\Contao\Leaflet\NetzmachtContaoLeafletBundle; -use Netzmacht\Contao\Toolkit\NetzmachtContaoToolkitBundle; +use Netzmacht\Contao\Toolkit\Bundle\NetzmachtContaoToolkitBundle; /** * Contao manager plugin. diff --git a/src/NetzmachtContaoLeafletBundle.php b/src/NetzmachtContaoLeafletBundle.php index e83d149..fd683ba 100644 --- a/src/NetzmachtContaoLeafletBundle.php +++ b/src/NetzmachtContaoLeafletBundle.php @@ -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;