Skip to content

Commit 9a6c420

Browse files
Update mailer.rst
Co-Authored-By: Oskar Stark <oskarstark@googlemail.com>
1 parent 822cf1a commit 9a6c420

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
@@ -161,7 +161,7 @@ A ``NamedAddress`` can be created from a single string::
161161

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

0 commit comments

Comments
 (0)