-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
Description
Hi,
Noticed that in the quick tour of the documentation for the symfony bundle
The example instructions suggest for the config
enqueue:
default:
transport: "amqp:"
client: ~
that gives a yaml syntax error....
Could it be that instead the example should read ?
enqueue:
transport:
default: "amqp:"
client: ~
Best,
K.