Skip to content
Snippets Groups Projects
Commit 7276b28a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2427007 by chx: The persistent lock is not marked as backend_overridable

parent 14a2c27f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -529,6 +529,8 @@ services:
lock.persistent:
class: Drupal\Core\Lock\PersistentDatabaseLockBackend
arguments: ['@database']
tags:
- { name: backend_overridable }
router.request_context:
class: Drupal\Core\Routing\RequestContext
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment