Browse Source

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

Add missing mailgun.domain option.
Taylor Otwell 11 years ago
parent
commit
5b811e308a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/services.php

+ 1 - 0
app/config/services.php

@@ -15,6 +15,7 @@ return array(
 	*/
 
 	'mailgun' => array(
+		'domain' => '',
 		'secret' => '',
 	),