thedevdojo/voyager

email_verified_at column reset to NULL

cotiga opened this issue · 1 comments

Laravel version

10

PHP version

8.2

Voyager version

1.7

Database

MySQL 8.0

Description

For some versions of Laravel, the users table contains the email_verified_at column.
Now, every time I edit a user in Voyager, the email_verified_at column is reset to NULL.

Steps to reproduce

Edit a user in Voyager

Expected behavior

That the column email_verified_at retains its value

Screenshots

No response

Additional context

No response

I just saw that there is the view -> users -> edit-add.blade.php resource
I proposed the PR #5845