Update EmailVerification model

pull/780/head
Daniel Supernault 6 years ago
parent a0bebad28c
commit 4415530458
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -13,4 +13,9 @@ class EmailVerification extends Model
return "{$base}{$path}";
}
public function user()
{
return $this->belongsTo(User::class);
}
}

Loading…
Cancel
Save