X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=c8382d5f6c27991f2034dfcb93e1c030b30e35cc;hb=68cb89a5161351dd730871fc834bf147204a2a07;hp=342bd1393e0b30ab31a66271f40b00e4d9cb9034;hpb=41c2178685a93999a48842ab79b08091c0345c59;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(),