X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/eeeb293ea675f32087c0a22678d4e082d7f0fa2a..c4438f66f2ebfd5ae516c3174ac2b68c7e807189:/config/bundles.php?ds=sidebyside diff --git a/config/bundles.php b/config/bundles.php index a5434cc..9c03cd5 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,4 +7,6 @@ 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], + Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], ];