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=d78dd0b82481dbf9d28899f4d78f02ed8b7731f7;hb=39502b4748709948658fd236a1883b902c6fd470;hp=0ecfd18b55ddab8c00f1616586f78a9f576af5c3;hpb=b878be4cc99fd4927c70b59386cf7a57b33bb381;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..d78dd0b8 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadTagData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/TagFixtures.php @@ -1,13 +1,12 @@ flush(); } - - /** - * {@inheritdoc} - */ - public function getOrder() - { - return 25; - } }