Skip to content

Commit 9352968

Browse files
committed
Add missing Mandrill secret keys in config.services
1 parent b6b948a commit 9352968

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)