Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Change instanciation position of EzCoreExtraBundle (#90)
Browse files Browse the repository at this point in the history
In order for all features of EzCoreExtraBundle to work, it must be instanciated after eZ dependencies.
This is mainly because of compiler passes priority mess.
  • Loading branch information
lolautruche authored and andrerom committed Jul 18, 2018
1 parent 745ee89 commit 13560bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Expand Up @@ -30,7 +30,6 @@ public function registerBundles()
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new Novactive\Bundle\eZSEOBundle\NovaeZSEOBundle(),
new \Kaliop\eZMigrationBundle\EzMigrationBundle(),
new Lolautruche\EzCoreExtraBundle\EzCoreExtraBundle(),
// eZ Systems
new EzSystems\PlatformHttpCacheBundle\EzSystemsPlatformHttpCacheBundle(),
new eZ\Bundle\EzPublishCoreBundle\EzPublishCoreBundle(),
Expand All @@ -50,6 +49,7 @@ public function registerBundles()
new EzSystems\EzPlatformAdminUiAssetsBundle\EzPlatformAdminUiAssetsBundle(),
new EzSystems\EzPlatformCronBundle\EzPlatformCronBundle(),
// Dependencies
new Lolautruche\EzCoreExtraBundle\EzCoreExtraBundle(),
new Netgen\TagsBundle\NetgenTagsBundle(),
// Application
new AppBundle\AppBundle(),
Expand Down

0 comments on commit 13560bb

Please sign in to comment.