Completed PriceNowProvider

This commit is contained in:
2022-01-13 22:28:14 +00:00
parent 03ed3a878b
commit ff74df4911
9 changed files with 357 additions and 100 deletions

View File

@ -8,4 +8,5 @@ return [
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
];