X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/2209c5ba6d986b27f9da3f4aae2b661136fabd1d..19aa4acba680210d681f6469aa7c4f27657a6ccc:/config/bundles.php diff --git a/config/bundles.php b/config/bundles.php index d2abc5d..a5434cc 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -1,8 +1,10 @@ ['all' => true], + Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true], Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true], Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true], + Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], + Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], ];