Skip to content

Commit 2755910

Browse files
authored
[Lock] Use .inner instead of decorating_service_id + '.inner'
1 parent ea80dd0 commit 2755910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ you can do it by :doc:`decorating the store </service_container/service_decorati
293293
lock.default.retry_till_save.store:
294294
class: Symfony\Component\Lock\Store\RetryTillSaveStore
295295
decorates: lock.default.store
296-
arguments: ['@lock.default.retry_till_save.store.inner', 100, 50]
296+
arguments: ['@.inner', 100, 50]

0 commit comments

Comments
 (0)