]> Raphaƫl G. Git Repositories - airlibre/blob - config/bundles.php
Update config bundles
[airlibre] / config / bundles.php
1 <?php
2
3 return [
4 Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
5 Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true],
6 Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true],
7 Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true],
8 Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
9 Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
10 ];