Commit ab453a7e authored by Taylor Otwell's avatar Taylor Otwell

Add default address in mail config.

parent 7f24b918
......@@ -55,7 +55,10 @@ return [
|
*/
'from' => ['address' => null, 'name' => null],
'from' => [
'address' => 'hello@example.com',
'name' => 'Example',
],
/*
|--------------------------------------------------------------------------
......
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