diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-09 14:43:06 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-09 14:43:06 +0100 |
commit | 1caf557de797a662906779b348759e2937255812 (patch) | |
tree | 563c24356dfb03bf3468672e005df5e8d9823576 /app/AppKernel.php | |
parent | 39643c6b76d92d509b1af0228b6379d7fdce8a1c (diff) | |
parent | e1b9f4fb37279fa3df10dd841625b5f7f50441ff (diff) | |
download | wallabag-1caf557de797a662906779b348759e2937255812.tar.gz wallabag-1caf557de797a662906779b348759e2937255812.tar.zst wallabag-1caf557de797a662906779b348759e2937255812.zip |
Merge pull request #1559 from wallabag/v2-doctrine-migrations
Installation & configuration of Doctrine Migrations
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 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'))) { |