mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
8 lines
362 B
YAML
8 lines
362 B
YAML
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
|