Merge pull request #3543 from anakadote/master

Set Mail pretend config from .env
This commit is contained in:
Taylor Otwell 2015-10-29 16:24:47 -05:00
commit e21667f2a6
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@
|
*/
'pretend' => false,
'pretend' => env('MAIL_PRETEND', false),
];