aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-31 13:29:33 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-31 13:29:33 +0100
commitaedd6ca0fd212abd07ec59c5fd58ea2ca99198c5 (patch)
treea004084e19819175502be86d80a1b4f691295aed /src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
parentd1495dd0a456f0e35a09fb68679ee51f8d17bfe4 (diff)
downloadwallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.tar.gz
wallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.tar.zst
wallabag-aedd6ca0fd212abd07ec59c5fd58ea2ca99198c5.zip
Add translations & migration
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
index 70a7a4ac..d0085660 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
@@ -143,17 +143,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
143 [ 143 [
144 'name' => 'download_images_enabled', 144 'name' => 'download_images_enabled',
145 'value' => '0', 145 'value' => '0',
146 'section' => 'image', 146 'section' => 'misc',
147 ],
148 [
149 'name' => 'download_images_with_rabbitmq',
150 'value' => '0',
151 'section' => 'image',
152 ],
153 [
154 'name' => 'download_images_with_redis',
155 'value' => '0',
156 'section' => 'image',
157 ], 147 ],
158 ]; 148 ];
159 149