Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 13, 2024
1 parent b99df6f commit a7998ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CreatesMailers.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ protected function createLaravel8Mailer($app)

$swiftMailer = new Swift_Mailer($app['mail.manager']->createTransport($config));


// Once we have create the mailer instance, we will set a container instance
// on the mailer. This allows us to resolve mailer classes via containers
// for maximum testability on said classes instead of passing Closures.
Expand Down

0 comments on commit a7998ee

Please sign in to comment.