diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-14 21:30:25 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-28 12:49:45 +0100 |
commit | 3c65dfb735c7ccdee3d8ea420fe295439d53bb13 (patch) | |
tree | 4687785a472b4f5001dc73374247eeca2206da6a /app/AppKernel.php | |
parent | 22c1d29b898f0e33c23a571a8fa6820f76145b69 (diff) | |
download | wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.tar.gz wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.tar.zst wallabag-3c65dfb735c7ccdee3d8ea420fe295439d53bb13.zip |
add slug for tags
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 1eacb348..85edc14a 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -28,6 +28,7 @@ class AppKernel extends Kernel | |||
28 | new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), | 28 | new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), |
29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), | 29 | new FOS\OAuthServerBundle\FOSOAuthServerBundle(), |
30 | new Wallabag\UserBundle\WallabagUserBundle(), | 30 | new Wallabag\UserBundle\WallabagUserBundle(), |
31 | new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(), | ||
31 | new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), | 32 | new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), |
32 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), | 33 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), |
33 | ); | 34 | ); |