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]), ]; }