Skip to content

Commit 8844686

Browse files
committed
Merge branch '4.4'
* 4.4: Update Doc : Symfony 4.3 - Swift Mailer
2 parents e8d39eb + 2833052 commit 8844686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

email.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ Now, suppose you're sending an email to ``[email protected]`` in a controlle
260260
->setTo('[email protected]')
261261
->setBody(
262262
$this->renderView(
263-
'HelloBundle:Hello:email.txt.twig',
263+
// templates/hello/email.txt.twig
264+
'hello/email.txt.twig',
264265
['name' => $name]
265266
)
266267
)

0 commit comments

Comments
 (0)