Skip to content

Commit 569151f

Browse files
yobrxjaviereguiluz
authored andcommitted
Fix lock.invoice.retry_till_save.store decoration
1 parent 5164a92 commit 569151f

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
@@ -2366,7 +2366,7 @@ Name of the lock you want to create.
23662366
lock.invoice.retry_till_save.store:
23672367
class: Symfony\Component\Lock\Store\RetryTillSaveStore
23682368
decorates: lock.invoice.store
2369-
arguments: ['@lock.invoice.retry.till.save.store.inner', 100, 50]
2369+
arguments: ['@lock.invoice.retry_till_save.store.inner', 100, 50]
23702370
23712371
``workflows``
23722372
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)