fix: adds data fixtures for preferences table

This commit is contained in:
2025-05-16 10:29:29 -05:00
parent c4f416af37
commit cc4942a537
7 changed files with 309 additions and 1 deletions

View File

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