BookStack\PageRevision::createdBy PHP Method

createdBy() public method

Get the user that created the page revision
public createdBy ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function createdBy()
    {
        return $this->belongsTo(User::class, 'created_by');
    }