We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33d447 commit a11b56aCopy full SHA for a11b56a
src/bundle/Resources/config/services/locks.yaml
@@ -12,5 +12,8 @@ services:
12
ibexa.messenger.lock_store.dbal:
13
class: Symfony\Component\Lock\Store\DoctrineDbalStore
14
arguments:
15
- - '@ibexa.persistence.connection'
+ - '@ibexa.messenger.doctrine_connection'
16
- db_table: ibexa_messenger_lock_keys
17
+
18
+ ibexa.messenger.doctrine_connection:
19
+ parent: 'doctrine.dbal.connection'
tests/integration/Resources/dama_doctrine.yaml
@@ -0,0 +1,3 @@
1
+dama_doctrine_test:
2
+ enable_static_connection:
3
+ default: true
0 commit comments