Add missing Mandrill secret keys in config.services

This commit is contained in:
Luqman Rom
2016-05-29 21:47:02 +08:00
parent b6b948aaf7
commit 9352968734

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