diff --git a/src/Cms/Email.php b/src/Cms/Email.php index ac306bdca6..e6550d8d7a 100644 --- a/src/Cms/Email.php +++ b/src/Cms/Email.php @@ -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 {