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 1fa2ec8 commit e0877f3Copy full SHA for e0877f3
messenger.rst
@@ -322,7 +322,7 @@ Doctrine Entities in Messages
322
323
If you need to pass a Doctrine entity in a message, it's better to pass the entity's
324
primary key (or whatever relevant information the handler actually needs, like ``email``,
325
-etc) instead of the object::
+etc) instead of the object othwerwise it will give error regarding EntityManager not found in async handler ::
326
327
// src/Message/NewUserWelcomeEmail.php
328
namespace App\Message;
0 commit comments