X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FSettingFixtures.php;fp=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FORM%2FLoadSettingData.php;h=fd12982989a3bcbf6dc7568c3cbecd96366bda86;hp=3fe88e7fda0978c7bdca0241a9d5b98c565d9aa9;hb=db9b6d8d0d9f943fe321ea690701662dac828e94;hpb=9394e8098a92c849d15c43dcd0c338887bff68ce diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/SettingFixtures.php similarity index 71% rename from src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php rename to src/Wallabag/CoreBundle/DataFixtures/SettingFixtures.php index 3fe88e7f..fd129829 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/SettingFixtures.php @@ -1,15 +1,15 @@ flush(); } - - /** - * {@inheritdoc} - */ - public function getOrder() - { - return 29; - } }