Merge branch '5.4' into 6.3

* 5.4:
  [Messenger] Mention the transport factory autoconfiguration
This commit is contained in:
Javier Eguiluz
2023-09-22 11:03:17 +02:00

View File

@@ -132,6 +132,11 @@ and :class:`Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Transport\\Doctrine
Register your Factory
---------------------
Before using your factory, you must register it. If you're using the
:ref:`default services.yaml configuration <service-container-services-load-example>`,
this is already done for you, thanks to :ref:`autoconfiguration <services-autoconfigure>`.
Otherwise, add the following:
.. configuration-block::
.. code-block:: yaml