Skip to content

Commit 13cd928

Browse files
committed
Update MailManager to use createGeneralLaravelMailer method
1 parent 81757f3 commit 13cd928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MailManager extends LaravelMailManager implements FactoryContract
1212
public function mailer($name = null)
1313
{
1414
if (!$name) {
15-
return $this->createLaravel9Mailer($this->app);
15+
return $this->createGeneralLaravelMailer($this->app);
1616
}
1717

1818
return $this->mailers[$name] = $this->get($name);

0 commit comments

Comments
 (0)