Merge pull request #843 from M-arcus/addon/phpmailer

PHP Mailer: Add use statement
This commit is contained in:
Michael Vogel 2019-04-10 20:22:58 +02:00 committed by GitHub
commit ffe5038102
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;