BookStack\Ownable::updatedBy PHP Метод

updatedBy() публичный Метод

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