Add default address in mail config.

This commit is contained in:
Taylor Otwell 2016-08-03 13:16:30 -05:00
parent 7f24b9183a
commit ab453a7e82
1 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,10 @@
|
*/
'from' => ['address' => null, 'name' => null],
'from' => [
'address' => 'hello@example.com',
'name' => 'Example',
],
/*
|--------------------------------------------------------------------------