You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/messenger.rst
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,6 @@ are configured for you:
78
78
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing, logs the processing of your messages if you pass a logger)
79
79
#. :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware` (calls the registered handler(s))
80
80
81
-
.. deprecated:: 4.3
82
-
83
-
The ``LoggingMiddleware`` is deprecated since Symfony 4.3 and will be
84
-
removed in 5.0. Pass a logger to ``SendMessageMiddleware`` instead.
0 commit comments