diff --git a/api/config/bundles.php b/api/config/bundles.php index 4f02eb40f..48b608768 100644 --- a/api/config/bundles.php +++ b/api/config/bundles.php @@ -14,6 +14,6 @@ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true], - Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], - Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['dev' => true, 'test' => true], + Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true], + Zenstruck\Foundry\ZenstruckFoundryBundle::class => ['all' => true], ]; diff --git a/api/config/packages/zenstruck_foundry.yaml b/api/config/packages/zenstruck_foundry.yaml index 0657d2c3c..655840cef 100644 --- a/api/config/packages/zenstruck_foundry.yaml +++ b/api/config/packages/zenstruck_foundry.yaml @@ -1,7 +1,4 @@ -when@dev: &dev - # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration - zenstruck_foundry: - # Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh) - auto_refresh_proxies: true - -when@test: *dev +# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration +zenstruck_foundry: + # Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh) + auto_refresh_proxies: true