Skip to content

Commit

Permalink
Remove Mandrill mail driver
Browse files Browse the repository at this point in the history
This is in preparation for the upcoming upgrade to Laravel 6,
which dropped this driver.

Refs #2055.
  • Loading branch information
franzliedke committed Jul 24, 2020
1 parent 451a557 commit bca833d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion src/Mail/MailServiceProvider.php
Expand Up @@ -24,7 +24,6 @@ public function register()
return [
'mail' => SendmailDriver::class,
'mailgun' => MailgunDriver::class,
'mandrill' => MandrillDriver::class,
'log' => LogDriver::class,
'smtp' => SmtpDriver::class,
];
Expand Down
47 changes: 0 additions & 47 deletions src/Mail/MandrillDriver.php

This file was deleted.

0 comments on commit bca833d

Please sign in to comment.