Imports für Klasse AeoUtil gefixed

This commit is contained in:
2018-02-13 14:28:34 +01:00
parent d8736b81e1
commit c4f307a8ad
4 changed files with 15 additions and 9 deletions

View File

@ -22,7 +22,6 @@ class ContaoManagerPlugin implements BundlePluginInterface
return [
BundleConfig::create(CgoITAeoBundle::class)
->setLoadAfter([ContaoCoreBundle::class])
->setLoadAfter(['*'])
->setReplace(['aeo']),
];
}