]> Raphaël G. Git Repositories - airlibre/commitdiff
Import bundle file
authorRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 16:20:54 +0000 (18:20 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 25 Oct 2019 16:20:54 +0000 (18:20 +0200)
config/bundles.php [new file with mode: 0644]

diff --git a/config/bundles.php b/config/bundles.php
new file mode 100644 (file)
index 0000000..d2abc5d
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+return [
+    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
+    Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true],
+    Rapsys\UserBundle\RapsysUserBundle::class => ['all' => true],
+    Rapsys\AirBundle\RapsysAirBundle::class => ['all' => true],
+];