Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed Sep 10, 2019
1 parent f97be3f commit cd1ab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
];
}
Expand Down

0 comments on commit cd1ab5c

Please sign in to comment.