Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8900800
)
Add framework bundle
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:34:43 +0000
(11:34 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:34:43 +0000
(11:34 +0100)
config/bundles.php
patch
|
blob
|
history
diff --git
a/config/bundles.php
b/config/bundles.php
index 78b8eb47fa1a399494b62dab3e938629b1368b0c..9c03cd521be3a48c12c62ba16a746c47620e070f 100644
(file)
--- a/
config/bundles.php
+++ b/
config/bundles.php
@@
-8,4
+8,5
@@
return [
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
+ Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
];