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
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
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?
The text was updated successfully, but these errors were encountered:
Any idea what its all about?
The text was updated successfully, but these errors were encountered: