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

[1.x] Add MustVerifyEmail Interface to User Model #182

Merged
merged 3 commits into from
Sep 14, 2020

Conversation

amayer5125
Copy link
Contributor

The stub for the User model is missing the Illuminate\Contracts\Auth\MustVerifyEmail interface which is in the default Laravel project and mentioned in the Jetstream docs as already being present.

@driesvints driesvints changed the title Add MustVerifyEmail Interface to User Model [1.x] Add MustVerifyEmail Interface to User Model Sep 14, 2020
@driesvints
Copy link
Member

@amayer5125 can you rebase and fix the conflicts?

.styleci.yml Outdated
@@ -1,4 +1,6 @@
php:
preset: laravel
disabled:
- unused_use
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be no_unused_imports.

@taylorotwell taylorotwell merged commit 03136b0 into laravel:1.x Sep 14, 2020
@amayer5125 amayer5125 deleted the mustverifyemail-interface branch September 14, 2020 13:18
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.

None yet

4 participants