Move settings before Entry

Because we need wallabag_url to be defined when we’ll insert entries
This commit is contained in:
Jeremy Benoist 2016-10-30 20:12:34 +01:00
parent 41ada277f0
commit 309e13c11b
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -158,6 +158,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
*/
public function getOrder()
{
return 50;
return 29;
}
}