Skip to content

Commit 1546daf

Browse files
committed
[Mailer] fixed missing property assignment
1 parent 64a4267 commit 1546daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mailer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(TransportInterface $transport, MessageBusInterface $
3232
{
3333
$this->transport = $transport;
3434
$this->bus = $bus;
35+
$this->dispatcher = $dispatcher;
3536
}
3637

3738
public function send(RawMessage $message, SmtpEnvelope $envelope = null): void

0 commit comments

Comments
 (0)