Browse Source

Add missing Mandrill secret keys in config.services

Luqman Rom 8 years ago
parent
commit
9352968734
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/services.php

+ 4 - 0
config/services.php

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