We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416ca40 commit c0e0035Copy full SHA for c0e0035
Command/MailerTestCommand.php
@@ -28,8 +28,6 @@ final class MailerTestCommand extends Command
28
{
29
public function __construct(private TransportInterface $transport)
30
31
- $this->transport = $transport;
32
-
33
parent::__construct();
34
}
35
0 commit comments