mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Move settings before Entry
Because we need wallabag_url to be defined when we’ll insert entries
This commit is contained in:
parent
41ada277f0
commit
309e13c11b
1 changed files with 1 additions and 1 deletions
|
@ -158,6 +158,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
|
|||
*/
|
||||
public function getOrder()
|
||||
{
|
||||
return 50;
|
||||
return 29;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue