From d998b5bd0392f76dcaa461fdec919658947c2e65 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 6 Mar 2016 19:56:30 -0600 Subject: [PATCH] formatting --- config/mail.php | 4 ++-- config/services.php | 12 ++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/config/mail.php b/config/mail.php index b14b4156..a0765885 100644 --- a/config/mail.php +++ b/config/mail.php @@ -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", "mail", "sendmail", "mailgun", "mandrill", "ses", - | "log", "sparkpost" + | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", + | "ses", "sparkpost", "log" | */ diff --git a/config/services.php b/config/services.php index 035aca14..287b1186 100644 --- a/config/services.php +++ b/config/services.php @@ -19,20 +19,16 @@ return [ 'secret' => env('MAILGUN_SECRET'), ], - 'mandrill' => [ - 'secret' => env('MANDRILL_SECRET'), - ], - - 'sparkpost' => [ - 'secret' => env('SPARKPOST_SECRET'), - ], - 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'), 'region' => 'us-east-1', ], + 'sparkpost' => [ + 'secret' => env('SPARKPOST_SECRET'), + ], + 'stripe' => [ 'model' => App\User::class, 'key' => env('STRIPE_KEY'),