diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/AppKernel.php | 1 | ||||
-rw-r--r-- | app/config/config.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 2475fe16..1eacb348 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -29,6 +29,7 @@ class AppKernel extends Kernel | |||
29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), | 29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), |
30 | new Wallabag\UserBundle\WallabagUserBundle(), | 30 | new Wallabag\UserBundle\WallabagUserBundle(), |
31 | new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), | 31 | new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), |
32 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), | ||
32 | ); | 33 | ); |
33 | 34 | ||
34 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { | 35 | if (in_array($this->getEnvironment(), array('dev', 'test'))) { |
diff --git a/app/config/config.yml b/app/config/config.yml index 285fbd7c..82c5e7c9 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -189,3 +189,7 @@ scheb_two_factor: | |||
189 | sender_email: %twofactor_sender% | 189 | sender_email: %twofactor_sender% |
190 | digits: 6 | 190 | digits: 6 |
191 | template: WallabagUserBundle:Authentication:form.html.twig | 191 | template: WallabagUserBundle:Authentication:form.html.twig |
192 | |||
193 | kphoen_rulerz: | ||
194 | executors: | ||
195 | doctrine: true | ||