X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FTagFixtures.php;fp=src%2FWallabag%2FCoreBundle%2FDataFixtures%2FORM%2FLoadTagData.php;h=803ad7789ea0fec565e2f96ddcfe77cda971b859;hb=db9b6d8d0d9f943fe321ea690701662dac828e94;hp=0ecfd18b55ddab8c00f1616586f78a9f576af5c3;hpb=9394e8098a92c849d15c43dcd0c338887bff68ce;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php b/src/Wallabag/CoreBundle/DataFixtures/TagFixtures.php similarity index 70% rename from src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php rename to src/Wallabag/CoreBundle/DataFixtures/TagFixtures.php index 0ecfd18b..803ad778 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/TagFixtures.php @@ -1,13 +1,13 @@ flush(); } - - /** - * {@inheritdoc} - */ - public function getOrder() - { - return 25; - } }