Skip to content

Commit d998b5b

Browse files
committed
formatting
1 parent da5d3d8 commit d998b5b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

config/mail.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
| sending of e-mail. You may specify which one you're using throughout
1212
| your application here. By default, Laravel is setup for SMTP mail.
1313
|
14-
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "ses",
15-
| "log", "sparkpost"
14+
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill",
15+
| "ses", "sparkpost", "log"
1616
|
1717
*/
1818

config/services.php

+4-8
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,16 @@
1919
'secret' => env('MAILGUN_SECRET'),
2020
],
2121

22-
'mandrill' => [
23-
'secret' => env('MANDRILL_SECRET'),
24-
],
25-
26-
'sparkpost' => [
27-
'secret' => env('SPARKPOST_SECRET'),
28-
],
29-
3022
'ses' => [
3123
'key' => env('SES_KEY'),
3224
'secret' => env('SES_SECRET'),
3325
'region' => 'us-east-1',
3426
],
3527

28+
'sparkpost' => [
29+
'secret' => env('SPARKPOST_SECRET'),
30+
],
31+
3632
'stripe' => [
3733
'model' => App\User::class,
3834
'key' => env('STRIPE_KEY'),

0 commit comments

Comments
 (0)