@@ -47,7 +47,7 @@ |
||
| 47 | 47 | // and feed it into the SecurityChecker |
| 48 | 48 | $checkResult = $this->checker->check($composerLock); |
| 49 | 49 | |
| 50 | - $recipients = config('laravel-security-checker.recipients', []); |
|
| 50 | + $recipients = config('laravel-security-checker.recipients', [ ]); |
|
| 51 | 51 | if (count($recipients) === 0) { |
| 52 | 52 | $this->error(__('No recipients has been configured yet!')); |
| 53 | 53 | return 1; |