Skip to content

Commit

Permalink
Merge pull request #8 from bauer00/patch-1
Browse files Browse the repository at this point in the history
Load after CalendarBundle instead of CoreBundle
  • Loading branch information
iCodr8 authored Mar 3, 2018
2 parents 214365a + f3ec5a1 commit a6e5e91
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 @@ -15,7 +15,7 @@ public function getBundles(ParserInterface $parser)
{
return [
BundleConfig::create('Craffft\ContaoCalendarICalBundle\CraffftContaoCalendarICalBundle')
->setLoadAfter(['Contao\CoreBundle\ContaoCoreBundle'])
->setLoadAfter(['Contao\CalendarBundle\ContaoCalendarBundle'])
->setReplace(['contao-calendar-ical-bundle']),
];
}
Expand Down

0 comments on commit a6e5e91

Please sign in to comment.