From 3693753893cab06b5aa2a1ee24c77e3c14d1c873 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 11 Jan 2019 18:15:50 +0800 Subject: [PATCH] debug --- extend/phpmailer/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/phpmailer/PHPMailer.php b/extend/phpmailer/PHPMailer.php index b3d5d5b34..4de1470ca 100644 --- a/extend/phpmailer/PHPMailer.php +++ b/extend/phpmailer/PHPMailer.php @@ -28,7 +28,7 @@ namespace phpmailer; * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) */ -class PHPMailer extends \Think\Exception +class PHPMailer extends think\Exception { const CHARSET_ISO88591 = 'iso-8859-1'; const CHARSET_UTF8 = 'utf-8';