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.
2 parents c4754c6 + a9b5761 commit 68c10a7Copy full SHA for 68c10a7
src/CreatesMailers.php
@@ -74,7 +74,6 @@ protected function createLaravel8Mailer($app)
74
75
$swiftMailer = new Swift_Mailer($app['mail.manager']->createTransport($config));
76
77
-
78
// Once we have create the mailer instance, we will set a container instance
79
// on the mailer. This allows us to resolve mailer classes via containers
80
// for maximum testability on said classes instead of passing Closures.
0 commit comments