From ff60e24c578eab30777c7e7d403def0565fab923 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 11 Sep 2021 20:40:45 +0200 Subject: Mailer rename .txt to .txt.php (#3842) * Mailer rename .txt to .txt.php --- lib/Minz/Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3