Skip to content

Commit 2aa135c

Browse files
author
Taylor Collins
committed
Set Mail pretend config from .env
1 parent 54533fc commit 2aa135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
|
120120
*/
121121

122-
'pretend' => false,
122+
'pretend' => env('MAIL_PRETEND', false),
123123

124124
];

0 commit comments

Comments
 (0)