Commit 5b811e30 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2884 from crynobone/feature/service-mailgun-domain

Add missing mailgun.domain option.
parents 6983f4d1 ffe21c53
...@@ -15,6 +15,7 @@ return array( ...@@ -15,6 +15,7 @@ return array(
*/ */
'mailgun' => array( 'mailgun' => array(
'domain' => '',
'secret' => '', 'secret' => '',
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment