@@ -47,11 +47,11 @@ |
||
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 |