diff --git a/config/bundles.php b/config/bundles.php index c3bee7fb0f..01caef94d7 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -9,7 +9,6 @@ return [ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], - Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],