]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/AppKernel.php
Add CraueConfig for internal settings
[github/wallabag/wallabag.git] / app / AppKernel.php
index 7e76a9e9053dc1ba6f12537b5a96207e7bb44807..82d3aa38e3aada99550e48bc50b04df49cf78e2c 100644 (file)
@@ -33,6 +33,7 @@ class AppKernel extends Kernel
             new KPhoen\RulerZBundle\KPhoenRulerZBundle(),
             new Wallabag\ImportBundle\WallabagImportBundle(),
             new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
+            new Craue\ConfigBundle\CraueConfigBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {