Skip to content

Commit

Permalink
Merge pull request #4768 from mg-freelancer/5.7
Browse files Browse the repository at this point in the history
[5.7] Fix typo in mail section
  • Loading branch information
taylorotwell authored Nov 20, 2018
2 parents ed2b295 + e9928e0 commit b288337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Embedding inline images into your emails is typically cumbersome; however, Larav
<body>
Here is an image:

<img src="{{ $message->embed($pathToFile) }}">
<img src="{{ $message->embed($pathToImage) }}">
</body>

> {note} `$message` variable is not available in markdown messages.
Expand Down

0 comments on commit b288337

Please sign in to comment.