@@ -76,7 +76,7 @@ |
||
76 | 76 | /** |
77 | 77 | * Verifies email Address and returns an API Object response |
78 | 78 | * @param string $emailAddress |
79 | - * @return instance |
|
79 | + * @return EmailValidator |
|
80 | 80 | */ |
81 | 81 | public function verify($emailAddress) |
82 | 82 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Unicodeveloper\EmailValidator; |
4 | 4 | |
5 | +use Illuminate\Support\Facades\Config; |
|
5 | 6 | use InvalidArgumentException; |
6 | 7 | use QuickEmailVerification\Client; |
7 | -use Illuminate\Support\Facades\Config; |
|
8 | 8 | |
9 | 9 | class EmailValidator |
10 | 10 | { |