We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cbdb7 commit bada525Copy full SHA for bada525
messenger.rst
@@ -326,7 +326,7 @@ Doctrine Entities in Messages
326
327
If you need to pass a Doctrine entity in a message, it's better to pass the entity's
328
primary key (or whatever relevant information the handler actually needs, like ``email``,
329
-etc) instead of the object othwerwise it will give error regarding EntityManager not found in async handler ::
+etc.) instead of the object (otherwise you might see errors related to the Entity Manager)::
330
331
// src/Message/NewUserWelcomeEmail.php
332
namespace App\Message;
0 commit comments