Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38eb8b
)
Import bundle file
author
Raphaël Gertz
<git@rapsys.eu>
Fri, 25 Oct 2019 16:20:54 +0000
(18:20 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Fri, 25 Oct 2019 16:20:54 +0000
(18:20 +0200)
config/bundles.php
[new file with mode: 0644]
patch
|
blob
diff --git a/config/bundles.php
b/config/bundles.php
new file mode 100644
(file)
index 0000000..
d2abc5d
--- /dev/null
+++ b/
config/bundles.php
@@ -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],
+];