Skip to content

Commit fdb0340

Browse files
lyrixxfabpot
authored andcommitted
[Mailer] Simplify MailerTestCommand
1 parent f208ca7 commit fdb0340

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Mailer/Command/MailerTestCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ final class MailerTestCommand extends Command
2828
{
2929
public function __construct(private TransportInterface $transport)
3030
{
31-
$this->transport = $transport;
32-
3331
parent::__construct();
3432
}
3533

0 commit comments

Comments
 (0)