for vich_uploader

This commit is contained in:
2025-01-05 05:56:34 +00:00
parent 5b3bb9f14c
commit 478cb006b4
2 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,5 @@ return [
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Map\UXMapBundle::class => ['all' => true],
Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true],
];