mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 20:05:03 +02:00
Specify order in which the data fixtures should be loaded
This commit is contained in:
parent
4977f6c270
commit
cce3e1cfb8
5 changed files with 36 additions and 41 deletions
|
@ -110,4 +110,11 @@ class LabelProfileFixtures extends Fixture
|
|||
|
||||
$manager->flush();
|
||||
}
|
||||
|
||||
public function getDependencies(): array
|
||||
{
|
||||
return [
|
||||
PartFixtures::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue