Completed
Push — master ( 1b7983...a86bbc )
by Jeremy
03:40
created
src/App/Mail/ExceptionOccured.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,11 +47,11 @@
 block discarded – undo
47 47
             $bccEmails = config('exceptions.emailExceptionBCCtoDefault');
48 48
         }
49 49
 
50
-        if (! $fromSender) {
50
+        if (!$fromSender) {
51 51
             $fromSender = config('exceptions.emailExceptionFromDefault');
52 52
         }
53 53
 
54
-        if (! $subject) {
54
+        if (!$subject) {
55 55
             $subject = config('exceptions.emailExceptionSubjectDefault');
56 56
         }
57 57
 
Please login to merge, or discard this patch.