Updated doctrine fixtures bundle

This commit is contained in:
Jan Böhmer 2024-12-29 13:20:12 +01:00
parent a9f444cbb4
commit 9a2a5f30a3
3 changed files with 50 additions and 54 deletions

View file

@ -35,7 +35,7 @@ use Doctrine\Persistence\ObjectManager;
class LogEntryFixtures extends Fixture implements DependentFixtureInterface
{
public function load(ObjectManager $manager)
public function load(ObjectManager $manager): void
{
$this->createCategoryEntries($manager);
$this->createDeletedCategory($manager);