From cd1ab5ca70454bbdfd8aa439fbd4725a938e3b66 Mon Sep 17 00:00:00 2001 From: stefansl Date: Tue, 10 Sep 2019 23:10:30 +0200 Subject: [PATCH] Fix namespace --- src/ContaoManager/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php index 848d64e..07d6a16 100644 --- a/src/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -22,7 +22,7 @@ class Plugin implements BundlePluginInterface public function getBundles(ParserInterface $parser) { return [ - BundleConfig::create(Clickpress\LightgalleryBundle\ClickpressLightgalleryBundle::class) + BundleConfig::create(\Clickpress\LightgalleryBundle\ClickpressLightgalleryBundle::class) ->setLoadAfter([Contao\CoreBundle\ContaoCoreBundle::class]), ]; }