Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4468ab8
)
Add doctrine bundle
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:44:46 +0000
(11:44 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:44:46 +0000
(11:44 +0100)
config/bundles.php
patch
|
blob
|
history
diff --git
a/config/bundles.php
b/config/bundles.php
index 43cc2798395f148b41d5a788efd2b6eabb7fd77f..04783c39a6c2b65a35035076fe09855f7adbd2e7 100644
(file)
--- a/
config/bundles.php
+++ b/
config/bundles.php
@@
-11,4
+11,5
@@
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
+ Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
];