@@ -55,7 +55,7 @@ |
||
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | // get the recipients and filter out any configuration mistakes |
| 58 | - $recipients = collect(config('laravel-security-checker.recipients', [ ]))->filter(function ($recipient) { |
|
| 58 | + $recipients = collect(config('laravel-security-checker.recipients', [ ]))->filter(function($recipient) { |
|
| 59 | 59 | return $recipient !== null && !empty($recipient); |
| 60 | 60 | }); |
| 61 | 61 | |