mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed fixture loading process
This commit is contained in:
parent
f775203608
commit
b3d8076ddf
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DoNotUsePurgerFactory implements PurgerFactory
|
||||||
throw new \LogicException('Do not use doctrine:fixtures:load directly. Use partdb:fixtures:load instead!');
|
throw new \LogicException('Do not use doctrine:fixtures:load directly. Use partdb:fixtures:load instead!');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setEntityManager(EntityManagerInterface $em)
|
public function setEntityManager(EntityManagerInterface $em): void
|
||||||
{
|
{
|
||||||
// TODO: Implement setEntityManager() method.
|
// TODO: Implement setEntityManager() method.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue