]> Raphaƫl G. Git Repositories - veranda/blobdiff - config/bundles.php
Remove useless files
[veranda] / config / bundles.php
diff --git a/config/bundles.php b/config/bundles.php
deleted file mode 100644 (file)
index 9078a5b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-return [
-    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['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],
-];