]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Add web profiler bundle
[airlibre] / config / bundles.php
index a5434cca10b96c619f91fa3c8b6982cdac428d51..78b8eb47fa1a399494b62dab3e938629b1368b0c 100644 (file)
@@ -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],
 ];