X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=2475fe162fd419224b416c99f7cb9331d80dea3d;hb=2db616b586f473238706e554e809086935e0f33a;hp=fe61b255dd9c80b37f606d0f2185801b22db5057;hpb=dcae2fc25d81229d15a8ace1949d6f443ab6036f;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index fe61b255..2475fe16 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -2,7 +2,6 @@ use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; -use Wallabag\ApiBundle\WallabagApiBundle; class AppKernel extends Kernel { @@ -18,10 +17,18 @@ class AppKernel extends Kernel new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new FOS\RestBundle\FOSRestBundle(), + new FOS\UserBundle\FOSUserBundle(), new JMS\SerializerBundle\JMSSerializerBundle(), new Nelmio\ApiDocBundle\NelmioApiDocBundle(), new Nelmio\CorsBundle\NelmioCorsBundle(), - new Wallabag\CoreBundle\WallabagCoreBundle() + 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 Scheb\TwoFactorBundle\SchebTwoFactorBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {