BookStack\Ownable::createdBy PHP Method

createdBy() public method

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