BookStack\Page::chapter PHP Method

chapter() public method

Get the chapter that this page is in, If applicable.
public chapter ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function chapter()
    {
        return $this->belongsTo(Chapter::class);
    }