We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc91f commit 04bedefCopy full SHA for 04bedef
src/config/exceptions.php
@@ -40,7 +40,7 @@
40
| This is the email(s) the exceptions will be CC emailed to.
41
|
42
*/
43
- 'emailExceptionCCto' => env('EMAIL_EXCEPTION_CC', []),
+ 'emailExceptionCCto' => env('EMAIL_EXCEPTION_CC', ''),
44
45
/*
46
|--------------------------------------------------------------------------
@@ -50,7 +50,7 @@
50
| This is the email(s) the exceptions will be BCC emailed to.
51
52
53
- 'emailExceptionBCCto' => env('EMAIL_EXCEPTION_BCC', []),
+ 'emailExceptionBCCto' => env('EMAIL_EXCEPTION_BCC', ''),
54
55
56
0 commit comments