diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-08 19:15:33 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-08 19:15:33 +0200 |
commit | 80f4d85ac92ab4dc490c51f2d831ac7fa3853826 (patch) | |
tree | 0a13d4c7ee0e5ce34e2c21a6492de61a49e627e8 /app/DoctrineMigrations/Version20170606155640.php | |
parent | e48b238a3e2c387be1f897e6f2c3c481d25f5203 (diff) | |
download | wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.gz wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.zst wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.zip |
Review
Diffstat (limited to 'app/DoctrineMigrations/Version20170606155640.php')
-rw-r--r-- | app/DoctrineMigrations/Version20170606155640.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20170606155640.php b/app/DoctrineMigrations/Version20170606155640.php index 1b234044..e9b50428 100644 --- a/app/DoctrineMigrations/Version20170606155640.php +++ b/app/DoctrineMigrations/Version20170606155640.php | |||
@@ -8,7 +8,8 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface; | |||
8 | use Symfony\Component\DependencyInjection\ContainerInterface; | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
9 | 9 | ||
10 | /** | 10 | /** |
11 | * Add api_user_registration in craue_config_setting. | 11 | * Remove wallabag_url from craue_config_setting. |
12 | * It has been moved into the parameters.yml | ||
12 | */ | 13 | */ |
13 | class Version20170606155640 extends AbstractMigration implements ContainerAwareInterface | 14 | class Version20170606155640 extends AbstractMigration implements ContainerAwareInterface |
14 | { | 15 | { |