creation des fixtures

This commit is contained in:
2026-03-16 13:06:21 +01:00
parent 38b1293a27
commit ef7f038ab8
5 changed files with 265 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ return [
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Turbo\TurboBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
];