Skip to content

Commit cc8841c

Browse files
authored
Update SmtpTransport.php
1 parent 0c3d044 commit cc8841c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/SmtpTransport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function __construct(
9292

9393
// When not enabled, fall back to Sendmail transport
9494
if (! $this->helper->isEnabled()) {
95-
throw new \RuntimeException('Should be enabled');
9695
$this->laminasTransport = new Sendmail($parameters);
9796
return;
9897
}

0 commit comments

Comments
 (0)