From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:31:04 +0000 (+0100) Subject: Add web profiler bundle X-Git-Tag: 0.1.0~54 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/ae3fceb50a71a391d73183c6207cb861102fa4d3 Add web profiler bundle --- 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], ];