diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-10-11 16:54:21 +0200 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-11 16:23:49 +0100 |
commit | c3510620ad0718d2ab1f856e3a838360a5ade314 (patch) | |
tree | 78f42dd9d10c742c0b362439824d6d0c5bbe1fc1 /app/AppKernel.php | |
parent | 0a0c600887dde4cc755de0862a3301830c415882 (diff) | |
download | wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.tar.gz wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.tar.zst wallabag-c3510620ad0718d2ab1f856e3a838360a5ade314.zip |
PoC of rule-based tagging
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 1 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'))) { |