mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
replaced ~ by null
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
enqueue:
|
||||
transport:
|
||||
default: '%env(resolve:ENQUEUE_DSN)%'
|
||||
client: ~
|
||||
client: null
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
enqueue:
|
||||
default:
|
||||
transport: '%env(resolve:ENQUEUE_DSN)%'
|
||||
client: ~
|
||||
client: null
|
||||
|
||||
Reference in New Issue
Block a user