From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:34:43 +0000 (+0100) Subject: Add framework bundle X-Git-Tag: 0.1.0~52 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/c4438f66f2ebfd5ae516c3174ac2b68c7e807189 Add framework bundle --- diff --git a/config/bundles.php b/config/bundles.php index 78b8eb4..9c03cd5 100644 --- 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], ];