Skip to content

Commit 25c7762

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Update msg for async handler
2 parents 3eca340 + bada525 commit 25c7762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Doctrine Entities in Messages
325325

326326
If you need to pass a Doctrine entity in a message, it's better to pass the entity's
327327
primary key (or whatever relevant information the handler actually needs, like ``email``,
328-
etc) instead of the object::
328+
etc.) instead of the object (otherwise you might see errors related to the Entity Manager)::
329329

330330
// src/Message/NewUserWelcomeEmail.php
331331
namespace App\Message;

0 commit comments

Comments
 (0)