Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update User type to match db schema #399

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

ninjaparade
Copy link
Contributor

In a default, fresh Laravel application, the email_verified_at is nullable.

the type definition in Breeze does not match that of the db schema

this PR simply updates the type definition in the react and vue TS starters to make that field nullable.

@taylorotwell taylorotwell merged commit ef23708 into laravel:2.x Aug 12, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants