Skip to content

Commit 0f3a416

Browse files
Update mailer.rst
Co-Authored-By: Oskar Stark <oskarstark@googlemail.com>
1 parent 40c7ac4 commit 0f3a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ A ``NamedAddress`` can be created from a single string::
162162

163163
$email = (new Email())
164164
// ...
165-
->from(NamedAddress::fromString('Fabien <fabien@example.com>'))
165+
->from(NamedAddress::fromString('Fabien <fabien@example.com>'))
166166
// ...
167167
;
168168

0 commit comments

Comments
 (0)