laravel-email-validator
laravel-email-validator copied to clipboard
Non-static method verify() should not be called statically
Hi there,
When using your library, I get this error message.
Non-static method Unicodeveloper\EmailValidator\EmailValidator::verify() should not be called statically
I correctly copied / pasted the mandatory provider and alias in app.php ...
Can you please help me?
EDIT: maybe this is due to the fact I'm using Laravel 5.1 Would it be possible to make it compatible with 5.1?