formatting

This commit is contained in:
Taylor Otwell
2016-03-06 19:56:30 -06:00
parent da5d3d84fe
commit d998b5bd03
2 changed files with 6 additions and 10 deletions

View File

@@ -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'),