summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeekologist <Conver@users.noreply.github.com>2017-01-10 01:24:30 +0100
committerGitHub <noreply@github.com>2017-01-10 01:24:30 +0100
commit7cb9325e79057495d8b0a7f8eb5fe090dbf2e7c9 (patch)
tree10931f814328ed03a1ed5bf0beff95eea5094152
parent9858933ac553e9f078dd981b6d27ccf02079ce58 (diff)
parent9bf79d16456e425e99dfeef8e6e8b9359aa66b44 (diff)
downloadPHPAuth-7cb9325e79057495d8b0a7f8eb5fe090dbf2e7c9.zip
PHPAuth-7cb9325e79057495d8b0a7f8eb5fe090dbf2e7c9.tar.gz
PHPAuth-7cb9325e79057495d8b0a7f8eb5fe090dbf2e7c9.tar.bz2
Merge pull request #231 from Zlajaa/fix-phpmailer-namespace
Fix phpmailer namespace error
-rw-r--r--Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth.php b/Auth.php
index 8cecc51..07b48d1 100644
--- a/Auth.php
+++ b/Auth.php
@@ -3,7 +3,7 @@
namespace PHPAuth;
use ZxcvbnPhp\Zxcvbn;
-use PHPMailer\PHPMailer\PHPMailer;
+use PHPMailer;
/**
* Auth class