thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

email_verified_at column reset to NULL #5844

Open cotiga opened 4 months ago

cotiga commented 4 months ago

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

cotiga commented 4 months ago

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