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 63897f8 commit 56ac832Copy full SHA for 56ac832
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::
+etc) instead of the object othwerwise it will give error regarding EntityManager not found in async handler ::
330
331
// src/Message/NewUserWelcomeEmail.php
332
namespace App\Message;
0 commit comments