Skip to content

Commit b402405

Browse files
committed
Merge pull request laravel#3789 from luqmanrom/master
Add missing Mandrill secret keys in config.services
2 parents b6b948a + 9352968 commit b402405

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/services.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
'secret' => env('MAILGUN_SECRET'),
2020
],
2121

22+
'mandrill' => [
23+
'secret' => env('MANDRILL_SECRET'),
24+
],
25+
2226
'ses' => [
2327
'key' => env('SES_KEY'),
2428
'secret' => env('SES_SECRET'),

0 commit comments

Comments
 (0)