Skip to content

Commit 34df2c8

Browse files
authored
[Messenger] Fix instance variable declaration
1 parent 7b1c21d commit 34df2c8

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
@@ -2548,7 +2548,7 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a
25482548
{
25492549
public function __construct(
25502550
private MailerInterface $mailer,
2551-
EntityManagerInterface $em,
2551+
private EntityManagerInterface $em,
25522552
) {
25532553
}
25542554

0 commit comments

Comments
 (0)