@@ -9,7 +9,7 @@ |
||
9 | 9 | { |
10 | 10 | public function handle($resourceLogs) |
11 | 11 | { |
12 | - if(!is_null(config('stethoscope.notifications.mail.to'))) |
|
12 | + if (!is_null(config('stethoscope.notifications.mail.to'))) |
|
13 | 13 | Mail::to(config('stethoscope.notifications.mail.to'))->send(new LogReportMail($resourceLogs)); |
14 | 14 | } |
15 | 15 | } |