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 0c3d044 commit cc8841cCopy full SHA for cc8841c
Model/SmtpTransport.php
@@ -92,7 +92,6 @@ public function __construct(
92
93
// When not enabled, fall back to Sendmail transport
94
if (! $this->helper->isEnabled()) {
95
- throw new \RuntimeException('Should be enabled');
96
$this->laminasTransport = new Sendmail($parameters);
97
return;
98
}
0 commit comments