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 9ae28e1 commit 9590a37Copy full SHA for 9590a37
components/mime.rst
@@ -398,7 +398,7 @@ simplify things later::
398
// ...
399
400
$templateLoader = new FilesystemLoader(__DIR__.'/templates');
401
- $templatedLoader->addPath(__DIR__.'/images', 'images');
+ $templateLoader->addPath(__DIR__.'/images', 'images');
402
$twig = new Environment($templateLoader);
403
404
Now, use the special ``email.image()`` Twig helper to embed the images inside
0 commit comments