@@ -56,7 +56,7 @@ |
||
56 | 56 | ->from(config('app.url')) |
57 | 57 | ->content("*Security Check Report:* `{$this->composerLockPath}`") |
58 | 58 | ->attachment(function($attachment) { |
59 | - $attachment->content($this->textFormatter())->markdown(['text']); |
|
59 | + $attachment->content($this->textFormatter())->markdown([ 'text' ]); |
|
60 | 60 | }); |
61 | 61 | } |
62 | 62 |