Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb0118
)
Add twig bundle
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:52:32 +0000
(11:52 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:52:32 +0000
(11:52 +0100)
config/bundles.php
patch
|
blob
|
history
diff --git
a/config/bundles.php
b/config/bundles.php
index c4891dfa3cedbf04cc77b5748e94e7f453d41a0e..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644
(file)
--- a/
config/bundles.php
+++ b/
config/bundles.php
@@
-13,4
+13,5
@@
return [
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+ Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
];