mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Merge branch '5.4' into 6.3
* 5.4: [Messenger] Mention the transport factory autoconfiguration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user