Skip to content

Commit

Permalink
style: php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Aug 4, 2022
1 parent cfb87af commit 81209de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cms/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function template(): void
$this->props['body']['text'] = $text->render($data);
}

// fallback to single email text template
// fallback to single email text template
} elseif ($text->exists()) {
$this->props['body'] = $text->render($data);
} else {
Expand Down

0 comments on commit 81209de

Please sign in to comment.