mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 15:31:26 +00:00
Update EmailVerification model
This commit is contained in:
parent
a0bebad28c
commit
4415530458
1 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,9 @@ class EmailVerification extends Model
|
|||
|
||||
return "{$base}{$path}";
|
||||
}
|
||||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue