Skip to content

Commit fa98302

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Messenger] Fix instance variable declaration
2 parents 8fc35eb + 31df003 commit fa98302

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
@@ -2754,7 +2754,7 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a
27542754
{
27552755
public function __construct(
27562756
private MailerInterface $mailer,
2757-
EntityManagerInterface $em,
2757+
private EntityManagerInterface $em,
27582758
) {
27592759
}
27602760

0 commit comments

Comments
 (0)