10000 Tweak · symfony/symfony-docs@693e45b · GitHub
[go: up one dir, main page]

Skip to content

Commit 693e45b

Browse files
committed
Tweak
1 parent 0c1f717 commit 693e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Start with a simple controller action that sends an email::
2222

2323
$mailer->send($message);
2424

25-
return $this->render();
25+
// ...
2626
}
2727

2828
In your functional test, use the ``swiftmailer`` collector on the profiler

0 commit comments

Comments
 (0)
0