Files
symfony-flex-recipes/zenstruck/foundry/2.6/config/packages/zenstruck_foundry.yaml
T

9 lines
317 B
YAML

when@dev: &dev
# See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration
zenstruck_foundry:
persistence:
# Flush only once per call of `PersistentObjectFactory::create()`
flush_once: true
when@test: *dev