Remove services deleted from core

See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442
This commit is contained in:
Dries Vints
2019-05-07 17:57:29 +02:00
parent 7e6af5c031
commit fe9f8497d9
3 changed files with 4 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ return [
| sending of e-mail. You may specify which one you're using throughout
| your application here. By default, Laravel is setup for SMTP mail.
|
| Supported: "smtp", "sendmail", "mailgun", "mandrill", "ses",
| "sparkpost", "postmark", "log", "array"
| Supported: "smtp", "sendmail", "mailgun", "ses",
| "postmark", "log", "array"
|
*/