]> Raphaël G. Git Repositories - airlibre/commitdiff
Add framework bundle
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:34:43 +0000 (11:34 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:34:43 +0000 (11:34 +0100)
config/bundles.php

index 78b8eb47fa1a399494b62dab3e938629b1368b0c..9c03cd521be3a48c12c62ba16a746c47620e070f 100644 (file)
@@ -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],
 ];