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.
2 parents c839f17 + 3352e4b commit 944b100Copy full SHA for 944b100
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 (otherwise you might see errors related to the Entity Manager)::
326
327
// src/Message/NewUserWelcomeEmail.php
328
namespace App\Message;
0 commit comments