From 6cf0d28af1e5976aac71bfa744f5004bc7b62967 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:39:23 +0100 Subject: [PATCH] Add maker bundle --- config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bundles.php b/config/bundles.php index e987f7a..43cc279 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -10,4 +10,5 @@ return [ Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], + Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], ]; -- 2.41.0