X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=04f86eb76c829add567624c616038796e638cec2;hb=87b8461ed8a0cb8a5ba53317759325271a57a4c5;hp=1f2d4ad4f786a0f49d55fa0ee430fa5497ba3f25;hpb=f38e03dc02c96344677fd2720912605b21c90b5d;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 1f2d4ad4..04f86eb7 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -22,20 +22,23 @@ class AppKernel extends Kernel new Nelmio\ApiDocBundle\NelmioApiDocBundle(), new Nelmio\CorsBundle\NelmioCorsBundle(), new Liip\ThemeBundle\LiipThemeBundle(), - new Wallabag\CoreBundle\WallabagCoreBundle(), - new Wallabag\ApiBundle\WallabagApiBundle(), new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(), new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), new FOS\OAuthServerBundle\FOSOAuthServerBundle(), - new Wallabag\UserBundle\WallabagUserBundle(), new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(), new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), new KPhoen\RulerZBundle\KPhoenRulerZBundle(), - new Wallabag\ImportBundle\WallabagImportBundle(), new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), new Craue\ConfigBundle\CraueConfigBundle(), new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(), - new Wallabag\CommentBundle\WallabagCommentBundle(), + new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), + + // wallabag bundles + new Wallabag\CoreBundle\WallabagCoreBundle(), + new Wallabag\ApiBundle\WallabagApiBundle(), + new Wallabag\UserBundle\WallabagUserBundle(), + new Wallabag\ImportBundle\WallabagImportBundle(), + new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), ]; if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {