X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/eeeb293ea675f32087c0a22678d4e082d7f0fa2a..ae3fceb50a71a391d73183c6207cb861102fa4d3:/config/bundles.php 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], ];