Specify order in which the data fixtures should be loaded

This commit is contained in:
Jan Böhmer 2023-06-18 22:06:42 +02:00
parent 4977f6c270
commit cce3e1cfb8
5 changed files with 36 additions and 41 deletions

View file

@ -110,4 +110,11 @@ class LabelProfileFixtures extends Fixture
$manager->flush();
}
public function getDependencies(): array
{
return [
PartFixtures::class,
];
}
}