]> Raphaƫl G. Git Repositories - veranda/blob - config/bundles.php
Remove auto generated .env
[veranda] / config / bundles.php
1 <?php
2
3 return [
4 Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5 Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
6 Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
7 Rapsys\TreeBundle\RapsysTreeBundle::class => ['all' => true],
8 Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true],
9 Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
10 ];