Skip to content

Commit aa04e88

Browse files
committed
minir
1 parent cdd60b9 commit aa04e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ A list of lock stores to be created by the framework extension.
31033103
31043104
return static function (FrameworkConfig $framework) {
31053105
$framework->lock()
3106-
->resource('lock', ['%env(LOCK_DSN)%']);
3106+
->resource('default', ['%env(LOCK_DSN)%']);
31073107
};
31083108
31093109
.. seealso::

0 commit comments

Comments
 (0)