Skip to content

Commit 4f7b4b4

Browse files
authored
Merge pull request #521 from BeBlood/main
Fix: Translatable setSkipOnLoad param name on service configuration
2 parents 7f21c77 + d19105b commit 4f7b4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/translatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
->call('setTranslatableLocale', [param('stof_doctrine_extensions.default_locale')])
2121
->call('setTranslationFallback', [param('stof_doctrine_extensions.translation_fallback')])
2222
->call('setPersistDefaultLocaleTranslation', [param('stof_doctrine_extensions.persist_default_translation')])
23-
->call('setSkipOnLoad', [param('stof_doctrine_extensions.persist_default_translation')])
23+
->call('setSkipOnLoad', [param('stof_doctrine_extensions.skip_translation_on_load')])
2424

2525
->set('stof_doctrine_extensions.tool.locale_synchronizer', LocaleSynchronizer::class)
2626
->args([

0 commit comments

Comments
 (0)