From 6720c62f6861a8a6416cf06eb96edd5e6c51d1ea Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 26 Apr 2022 21:57:19 +0300 Subject: [PATCH] Add missing file '/mail/layouts/text.php' (#261) --- mail/layouts/text.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/layouts/text.php diff --git a/mail/layouts/text.php b/mail/layouts/text.php new file mode 100644 index 0000000..c376864 --- /dev/null +++ b/mail/layouts/text.php @@ -0,0 +1,13 @@ +beginPage(); +$this->beginBody(); +echo $content; +$this->endBody(); +$this->endPage();