]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
Moved Pocket token to user config
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DataFixtures / ORM / LoadSettingData.php
index 3ed6bafece85117c1b0e562c2e0796fa8428605a..9425f961fd9668fa7fc47029405e5fd8eb920607 100644 (file)
@@ -90,11 +90,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
                 'value' => '1',
                 'section' => 'export',
             ],
-            [
-                'name' => 'pocket_consumer_key',
-                'value' => null,
-                'section' => 'import',
-            ],
             [
                 'name' => 'import_with_redis',
                 'value' => '0',