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 4c77117 + 57bde35 commit 3352e4bCopy full SHA for 3352e4b
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