aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-01-08 16:27:29 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-01-08 16:27:29 +0100
commit292c1324e982fdaa26633cb4b7bb56f29bdea57d (patch)
tree449ade93c49a8bc63825ec89c2df44ad0ad6dea3 /app/AppKernel.php
parent39643c6b76d92d509b1af0228b6379d7fdce8a1c (diff)
downloadwallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.gz
wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.zst
wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.zip
Installation & configuration of Doctrine Migrations
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 93b0201a..d2aa8d1c 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -32,6 +32,7 @@ class AppKernel extends Kernel
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 new Wallabag\ImportBundle\WallabagImportBundle(),
35 new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
35 ); 36 );
36 37
37 if (in_array($this->getEnvironment(), array('dev', 'test'))) { 38 if (in_array($this->getEnvironment(), array('dev', 'test'))) {