Skip to content

Commit ec405fc

Browse files
authored
Change Visibility of the Markdown property in Mailable (#38320)
1 parent be94e7b commit ec405fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/Mailable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Mailable implements MailableContract, Renderable
7777
*
7878
* @var string
7979
*/
80-
protected $markdown;
80+
public $markdown;
8181

8282
/**
8383
* The HTML to use for the message.

0 commit comments

Comments
 (0)