aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-20 13:58:13 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-02 23:24:17 +0100
commit1f4408de9ed08f3b0fda45a93f1585c80feeb21d (patch)
treec8e7e05e9db85b331dde2ba5fef35796d8f3439f /app/AppKernel.php
parent10b40f85d664da2b3ebcfd24d6e7145c9cd90d64 (diff)
downloadwallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.tar.gz
wallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.tar.zst
wallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.zip
1st draft for Pocket import via API
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r--app/AppKernel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php
index 85edc14a..93b0201a 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -31,6 +31,7 @@ class AppKernel extends Kernel
31 new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(), 31 new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
32 new Scheb\TwoFactorBundle\SchebTwoFactorBundle(), 32 new Scheb\TwoFactorBundle\SchebTwoFactorBundle(),
33 new KPhoen\RulerZBundle\KPhoenRulerZBundle(), 33 new KPhoen\RulerZBundle\KPhoenRulerZBundle(),
34 new Wallabag\ImportBundle\WallabagImportBundle(),
34 ); 35 );
35 36
36 if (in_array($this->getEnvironment(), array('dev', 'test'))) { 37 if (in_array($this->getEnvironment(), array('dev', 'test'))) {