Skip to content

Commit

Permalink
Fixes mailer instance
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 1, 2022
1 parent cb57533 commit d0d1c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mail/MailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ protected function registerIlluminateMailer()
* Extensibility
*/
$this->app['events']->dispatch('mailer.register', [$this, $mailer]);

return $mailer;
});
}
}

0 comments on commit d0d1c4c

Please sign in to comment.