We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac9cff commit 699e2b2Copy full SHA for 699e2b2
src/ContaoManager/Plugin.php
@@ -35,7 +35,6 @@ class Plugin implements BundlePluginInterface
35
public function getBundles(ParserInterface $parser): array
36
{
37
return [
38
- //BundleConfig::create(EstaoInfoBundle::class)->setLoadAfter([ContaoCoreBundle::class]),
39
BundleConfig::create('Estao\Info\EstaoInfoBundle')->setLoadAfter([ContaoCoreBundle::class]),
40
];
41
}
0 commit comments