diff options
| author | 2021-09-11 20:40:45 +0200 | |
|---|---|---|
| committer | 2021-09-11 20:40:45 +0200 | |
| commit | ff60e24c578eab30777c7e7d403def0565fab923 (patch) | |
| tree | 8ed7b75f96dea2955459fa60973cb1a057f0577b /lib | |
| parent | 9712e4d888420a348c10157b2d3293848c02fde8 (diff) | |
Mailer rename .txt to .txt.php (#3842)
* Mailer rename .txt to .txt.php
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Mailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Mailer.php b/lib/Minz/Mailer.php index b0de183e3..b1af88c76 100644 --- a/lib/Minz/Mailer.php +++ b/lib/Minz/Mailer.php @@ -14,7 +14,7 @@ use PHPMailer\PHPMailer\Exception; * with, for instance: * * ``` - * $this->view->_path('user_mailer/email_need_validation.txt') + * $this->view->_path('user_mailer/email_need_validation.txt.php') * ``` * * Minz_Mailer uses the PHPMailer library under the hood. The latter requires |
