X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/6b0144d731209d40b778b297fbc6183cddbda327..7eb367c01f4e606b153cbb31bea05ba70ebd1366:/config/bundles.php diff --git a/config/bundles.php b/config/bundles.php deleted file mode 100644 index 9078a5b..0000000 --- a/config/bundles.php +++ /dev/null @@ -1,10 +0,0 @@ - ['all' => true], - Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], - Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], - Rapsys\TreeBundle\RapsysTreeBundle::class => ['all' => true], - Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true], - Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], -];