This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.
I'm getting this error when calling newEmail method with Laravel 6.9 under Valet on MacOS:
Add [user_type] to fillable property to allow mass assignment on [ProtoneMedia\LaravelVerifyNewEmail\PendingUserEmail].
Checking the PendingUserEmail class, it's doesn't have the fillable attribute indeed.
Thanks for this package and any help you could provide.
Hi.
I'm getting this error when calling newEmail method with Laravel 6.9 under Valet on MacOS:
Add [user_type] to fillable property to allow mass assignment on [ProtoneMedia\LaravelVerifyNewEmail\PendingUserEmail].
Checking the PendingUserEmail class, it's doesn't have the fillable attribute indeed.
Thanks for this package and any help you could provide.