From ae3fceb50a71a391d73183c6207cb861102fa4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:31:04 +0100 Subject: [PATCH] Add web profiler bundle --- config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bundles.php b/config/bundles.php index a5434cc..78b8eb4 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,4 +7,5 @@ return [ Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], + Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], ]; -- 2.41.0