X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=b0a66daddb5dcf4437cefa388beb933db62bb9e2;hb=ad4d1caa9e744af57ca58a4e57576533eb682d00;hp=5d159df8ceb2d461d46f48bd9f8c83eba3c56bed;hpb=b84a80559a1167b5500fbc5eb4965d3b08b371ef;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 5d159df8..b0a66dad 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -17,7 +17,7 @@ class AppKernel extends Kernel new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), new AppBundle\AppBundle(), - new WallabagBundle\WallabagBundle(), + new Wallabag\CoreBundle\WallabagCoreBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {