Bring in upstream changes

This commit is contained in:
Jonny Barnes 2016-06-17 01:12:43 +01:00
parent 2a692fdd78
commit edbcb2fb2c
8 changed files with 15 additions and 2 deletions

View file

@ -19,6 +19,10 @@ return [
'secret' => env('MAILGUN_SECRET'),
],
'mandrill' => [
'secret' => env('MANDRILL_SECRET'),
],
'ses' => [
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),