From b2835302a796c5334f6221d5a8c7ab4b12df3ebb Mon Sep 17 00:00:00 2001 From: PhilVanB Date: Tue, 10 Mar 2026 12:55:21 +0100 Subject: [PATCH] [OgcApiFeatures] Add new OgcApiFeatures source --- application/config/bundles.php | 1 + 1 file changed, 1 insertion(+) 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],