You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: