From 8432843994d8bb2820350831fa67651b254bd9a2 Mon Sep 17 00:00:00 2001 From: macintoshplus <814683+macintoshplus@users.noreply.github.com> Date: Wed, 23 Jul 2025 08:50:03 +0200 Subject: [PATCH] :arrow_up: remove web server bundle --- config/bundles.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/bundles.php b/config/bundles.php index 41e06e3ad..04d67ec15 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -18,7 +18,6 @@ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'local' => true], - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true], Translation\Bundle\TranslationBundle::class => ['all' => true],