Flarum\Core\PasswordToken::user PHP Method

user() public method

Define the relationship with the owner of this password token.
public user ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function user()
    {
        return $this->belongsTo('Flarum\\Core\\User');
    }
PasswordToken