mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 12:43:40 +00:00
Merge pull request #843 from M-arcus/addon/phpmailer
PHP Mailer: Add use statement
This commit is contained in:
commit
ffe5038102
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
use Friendica\App;
|
use Friendica\App;
|
||||||
use Friendica\Core\Addon;
|
use Friendica\Core\Addon;
|
||||||
|
use Friendica\Core\Config;
|
||||||
use PHPMailer\PHPMailer\PHPMailer;
|
use PHPMailer\PHPMailer\PHPMailer;
|
||||||
use PHPMailer\PHPMailer\Exception;
|
use PHPMailer\PHPMailer\Exception;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue