diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index d134de3c..601b52c3 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -22,7 +22,8 @@ class AppKernel extends Kernel | |||
22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), | 22 | new Nelmio\ApiDocBundle\NelmioApiDocBundle(), |
23 | new Nelmio\CorsBundle\NelmioCorsBundle(), | 23 | new Nelmio\CorsBundle\NelmioCorsBundle(), |
24 | new Liip\ThemeBundle\LiipThemeBundle(), | 24 | new Liip\ThemeBundle\LiipThemeBundle(), |
25 | new Wallabag\CoreBundle\WallabagCoreBundle() | 25 | new Wallabag\CoreBundle\WallabagCoreBundle(), |
26 | new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle() | ||
26 | ); | 27 | ); |
27 | 28 | ||
28 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 29 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |