Commit e21667f2 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3543 from anakadote/master

Set Mail pretend config from .env
parents 54533fc0 2aa135c0
......@@ -119,6 +119,6 @@ return [
|
*/
'pretend' => false,
'pretend' => env('MAIL_PRETEND', false),
];
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