TheoKouzelis / laravel-mailgun-email-validation

Laravel email validation that uses the Mailgun API for a three-step validation check
https://documentation.mailgun.com/en/latest/api-email-validation.html#email-validation
MIT License
11 stars 10 forks source link

fix translation for Laravel 6 #7

Closed sinetix closed 5 years ago

sinetix commented 5 years ago

Laravel 6 upgrade

TheoKouzelis commented 5 years ago

Hi @sinetix

Thanks for you PR. I will review this tonight.

marcaparent commented 5 years ago

@TheoKouzelis Any news on this? I'd need it in my project 🙏

TheoKouzelis commented 5 years ago

Hi @marcaparent and @sinetix

I've added this in with this https://github.com/TheoKouzelis/laravel-mailgun-email-validation/pull/8 which supports both ways of getting the translation.

Thanks for the PR.