fix Hiltes import

This commit is contained in:
Marko
2023-09-19 15:29:22 +02:00
parent 0abbd0ab29
commit 86f28121aa
11 changed files with 127 additions and 127 deletions

View File

@@ -11,6 +11,5 @@ return [
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
ApiPlatform\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
];