mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
9 lines
317 B
YAML
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
|