diff --git a/application/config/bundles.php b/application/config/bundles.php index 1c2dbff31..82e1e8ddc 100644 --- a/application/config/bundles.php +++ b/application/config/bundles.php @@ -25,6 +25,7 @@ Mapbender\RoutingBundle\MapbenderRoutingBundle::class => ['all' => true], Mapbender\VectorTilesBundle\MapbenderVectorTilesBundle::class => ['all' => true], Mapbender\ApiBundle\MapbenderApiBundle::class => ['all' => true], + Mapbender\OgcApiFeaturesBundle\MapbenderOgcApiFeaturesBundle::class => ['all' => true], DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true],