Merge pull request #3543 from anakadote/master
Set Mail pretend config from .env
This commit is contained in:
commit
e21667f2a6
|
|
@ -119,6 +119,6 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'pretend' => false,
|
||||
'pretend' => env('MAIL_PRETEND', false),
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue