We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f21c77 + d19105b commit 4f7b4b4Copy full SHA for 4f7b4b4
src/Resources/config/translatable.php
@@ -20,7 +20,7 @@
20
->call('setTranslatableLocale', [param('stof_doctrine_extensions.default_locale')])
21
->call('setTranslationFallback', [param('stof_doctrine_extensions.translation_fallback')])
22
->call('setPersistDefaultLocaleTranslation', [param('stof_doctrine_extensions.persist_default_translation')])
23
- ->call('setSkipOnLoad', [param('stof_doctrine_extensions.persist_default_translation')])
+ ->call('setSkipOnLoad', [param('stof_doctrine_extensions.skip_translation_on_load')])
24
25
->set('stof_doctrine_extensions.tool.locale_synchronizer', LocaleSynchronizer::class)
26
->args([
0 commit comments