Skip to content

Commit 51e4393

Browse files
authored
Fix lock.invoice.retry_till_save.store decoration
1 parent d2f5469 commit 51e4393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ Name of the lock you want to create.
27462746
lock.invoice.retry_till_save.store:
27472747
class: Symfony\Component\Lock\Store\RetryTillSaveStore
27482748
decorates: lock.invoice.store
2749-
arguments: ['@lock.invoice.retry.till.save.store.inner', 100, 50]
2749+
arguments: ['@lock.invoice.retry_till_save.store.inner', 100, 50]
27502750
27512751
workflows
27522752
~~~~~~~~~

0 commit comments

Comments
 (0)