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 3eca340 + bada525 commit 25c7762Copy full SHA for 25c7762
messenger.rst
@@ -325,7 +325,7 @@ Doctrine Entities in Messages
325
326
If you need to pass a Doctrine entity in a message, it's better to pass the entity's
327
primary key (or whatever relevant information the handler actually needs, like ``email``,
328
-etc) instead of the object::
+etc.) instead of the object (otherwise you might see errors related to the Entity Manager)::
329
330
// src/Message/NewUserWelcomeEmail.php
331
namespace App\Message;
0 commit comments