Fixed typo in Plugin.php

This commit is contained in:
Carsten Götzinger 2018-02-13 09:02:09 +01:00
parent 7b0bd79df0
commit 3a4c997b3a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Plugin implements BundlePluginInterface
BundleConfig::create('cgoIT\aeo\CgoITAeoBundle')
->setLoadAfter(['Contao\CoreBundle\ContaoCoreBundle'])
->setLoadAfter(['*'])
->setReplace(['aeo']);
->setReplace(['aeo']),
];
}
}