From 65611693aff1acf29ee5c9dd90234786e30bd75f Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 24 Apr 2024 08:42:37 -0400 Subject: [PATCH] Add fixtures --- config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bundles.php b/config/bundles.php index 4e3a560..d5e1567 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -13,4 +13,5 @@ return [ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], + Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], ];