Fixed fixture loading process

This commit is contained in:
Jan Böhmer 2024-12-29 19:06:58 +01:00
parent f775203608
commit b3d8076ddf

View file

@ -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.
} }