Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2016-12-29 13:03:32 +00:00
8 changed files with 35 additions and 19 deletions

View File

@@ -56,8 +56,8 @@ return [
*/
'from' => [
'address' => 'hello@example.com',
'name' => 'Example',
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
],
/*