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

after upgrade to Laravel 5.7: Declaration of Lunaweb\EmailVerification\Traits\CanVerifyEmail::sendEmailVerificationNotification($token, $expiration) should be compatible with Illuminate\Foundation\Auth\User::sendEmailVerificationNotification() #25

Open
Yahav opened this issue Sep 19, 2018 · 2 comments

Comments

@Yahav
Copy link
Contributor

Yahav commented Sep 19, 2018

class User extends Authenticatable implements CanVerifyEmailContract, PlanSubscriberInterface
{
ErrorException (E_WARNING)
Declaration of Lunaweb\EmailVerification\Traits\CanVerifyEmail::sendEmailVerificationNotification($token, $expiration) should be compatible with Illuminate\Foundation\Auth\User::sendEmailVerificationNotification()

Any idea what its all about?

@karmendra
Copy link

I am getting the same issue on upgrading to Laravel 5.7

@Yahav
Copy link
Contributor Author

Yahav commented Oct 27, 2018

I ended up migrating to the built in laravel verification processes.

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

No branches or pull requests

2 participants