Closed
Description
I am using the inbuilt User auth in Laravel and when storing a password reset via Password::reset I am getting the following error "User must implement Remindable interface." Even though I am implementing that interface.
It was working with MySql, so it must be something I have done when transferring to use your package.
Have you run into this problem before?