diff --git a/app/AppKernel.php b/app/AppKernel.php index 6f923ed0..67e7be20 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -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(), @@ -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(),