X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=c8382d5f6c27991f2034dfcb93e1c030b30e35cc;hb=3f5f303e7f9474a0b96b4b819f0f05331eeab706;hp=342bd1393e0b30ab31a66271f40b00e4d9cb9034;hpb=db3838545cef117e05c63afc1e7ebfdf8c8d3a4e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 342bd139..c8382d5f 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -30,6 +30,8 @@ class AppKernel extends Kernel new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), new Craue\ConfigBundle\CraueConfigBundle(), new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), + new FOS\JsRoutingBundle\FOSJsRoutingBundle(), + new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(), // wallabag bundles new Wallabag\CoreBundle\WallabagCoreBundle(),