We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd225c8 commit 606f82bCopy full SHA for 606f82b
src/Illuminate/Mail/Mailables/Headers.php
@@ -95,7 +95,7 @@ public function text(array $text)
95
public function referencesString(): string
96
{
97
return (new Collection($this->references))
98
- ->map(fn ($messageId) => Str::finish(Str::start($messageId, '<'), '>'))
+ ->map(fn ($messageId) => Str::wrap($messageId, '<', '>'))
99
->implode(' ');
100
}
101
0 commit comments