X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FORM%2FLoadSettingData.php;h=aaeb9ee99cad5a6853e6f150623f2081dacc4e81;hb=b5a5377af12048e05269fc490e588c1b777cde13;hp=52941a646816181a0e64c1c695a5433a5b8dd8ed;hpb=fb9f100e8f4f3288b87536faff4b59cacc7b1efb;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php index 52941a64..aaeb9ee9 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php @@ -54,7 +54,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface 'name' => 'share_scuttle', 'value' => '1', 'section' => 'entry', - ], + ], [ 'name' => 'shaarli_url', 'value' => 'http://myshaarli.com', @@ -64,7 +64,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface 'name' => 'scuttle_url', 'value' => 'http://scuttle.org', 'section' => 'entry', - ], + ], [ 'name' => 'share_mail', 'value' => '1',