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 04f86eb7..52f85558 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -13,7 +13,6 @@ class AppKernel extends Kernel | |||
13 | new Symfony\Bundle\TwigBundle\TwigBundle(), | 13 | new Symfony\Bundle\TwigBundle\TwigBundle(), |
14 | new Symfony\Bundle\MonologBundle\MonologBundle(), | 14 | new Symfony\Bundle\MonologBundle\MonologBundle(), |
15 | new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), | 15 | new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), |
16 | new Symfony\Bundle\AsseticBundle\AsseticBundle(), | ||
17 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), | 16 | new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), |
18 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), | 17 | new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), |
19 | new FOS\RestBundle\FOSRestBundle(), | 18 | new FOS\RestBundle\FOSRestBundle(), |
@@ -39,6 +38,7 @@ class AppKernel extends Kernel | |||
39 | new Wallabag\UserBundle\WallabagUserBundle(), | 38 | new Wallabag\UserBundle\WallabagUserBundle(), |
40 | new Wallabag\ImportBundle\WallabagImportBundle(), | 39 | new Wallabag\ImportBundle\WallabagImportBundle(), |
41 | new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), | 40 | new Wallabag\AnnotationBundle\WallabagAnnotationBundle(), |
41 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), | ||
42 | ]; | 42 | ]; |
43 | 43 | ||
44 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { | 44 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { |