From 34df2c88cc8ee9e78b197434929f29b3243493a2 Mon Sep 17 00:00:00 2001 From: Maxime Pinot Date: Tue, 29 Apr 2025 14:28:50 +0200 Subject: [PATCH] [Messenger] Fix instance variable declaration --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 6fbfd36385d..bf5a8180adc 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2548,7 +2548,7 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a { public function __construct( private MailerInterface $mailer, - EntityManagerInterface $em, + private EntityManagerInterface $em, ) { }