diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), | 17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), |
18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), | 18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), |
19 | new AppBundle\AppBundle(), | 19 | new AppBundle\AppBundle(), |
20 | new WallabagBundle\WallabagBundle(), | 20 | new Wallabag\CoreBundle\WallabagCoreBundle(), |
21 | ); | 21 | ); |
22 | 22 | ||
23 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 23 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |