Skip to content

Commit 31df003

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Messenger] Fix instance variable declaration
2 parents 81cdc89 + 558c80f commit 31df003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a
25942594
{
25952595
public function __construct(
25962596
private MailerInterface $mailer,
2597-
EntityManagerInterface $em,
2597+
private EntityManagerInterface $em,
25982598
) {
25992599
}
26002600

0 commit comments

Comments
 (0)