[FIX] PHP Mailer: Add use statement

This commit is contained in:
Marcus Müller 2019-04-10 16:56:16 +02:00 committed by GitHub
parent bb22b15578
commit 7f4049102f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
use Friendica\App;
use Friendica\Core\Addon;
use Friendica\Core\Config;
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;