Skip to content

Commit 461c448

Browse files
committed
formatting
1 parent 0ee9a4b commit 461c448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Mail/Markdown.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function render($view, array $data = [], $inliner = null)
6363
'mail', $this->htmlComponentPaths()
6464
)->make($view, $data)->render();
6565

66-
if ($this->view->exists($custom = Str::start($this->theme, 'mail.'))) {
67-
$theme = $custom;
66+
if ($this->view->exists($customTheme = Str::start($this->theme, 'mail.'))) {
67+
$theme = $customTheme;
6868
} else {
6969
$theme = Str::contains($this->theme, '::')
7070
? $this->theme

0 commit comments

Comments
 (0)