diff --git a/extend/phpmailer/PHPMailer.php b/extend/phpmailer/PHPMailer.php index b3d5d5b34a6a6c9808fd95553dcc31e51cec4d8c..4de1470cafee3fc5b5058351ce95a070956dc378 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';