Explorar el Código

makes messenger synchron for dev mode

Olivier Massot hace 3 años
padre
commit
278cdbea50
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      config/packages/dev/messenger.yaml

+ 6 - 0
config/packages/dev/messenger.yaml

@@ -0,0 +1,6 @@
+framework:
+  messenger:
+    transports:
+      # https://symfony.com/doc/current/messenger.html#transport-configuration
+      async: 'sync://'
+      failed: 'sync://'