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