From 9352968734aa339c47218a931ba85b9b0d58fe23 Mon Sep 17 00:00:00 2001 From: Luqman Rom Date: Sun, 29 May 2016 21:47:02 +0800 Subject: [PATCH] Add missing Mandrill secret keys in config.services --- config/services.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/services.php b/config/services.php index 287b1186229..1581f1dbf6d 100644 --- a/config/services.php +++ b/config/services.php @@ -19,6 +19,10 @@ 'secret' => env('MAILGUN_SECRET'), ], + 'mandrill' => [ + 'secret' => env('MANDRILL_SECRET'), + ], + 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'),