laravel-email-validator icon indicating copy to clipboard operation
laravel-email-validator copied to clipboard

Non-static method verify() should not be called statically

Open saimiris opened this issue 7 years ago • 0 comments

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?

saimiris avatar Oct 17 '17 09:10 saimiris