laravel-user-verification
laravel-user-verification copied to clipboard
Not working for multiple guards
Hi,
I have 3 personas who are authenticable. I discovered that UserVerification class on line 52 kept getting model from the auth.providers.users.model . I need it it to validate against the customer provider not users. How do I go about this?