BookStack\Ownable::updatedBy PHP Method

updatedBy() public method

Relation for the user that updated this entity.
public updatedBy ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function updatedBy()
    {
        return $this->belongsTo(User::class, 'updated_by');
    }