BookStack\Chapter::book PHP Method

book() public method

Get the book this chapter is within.
public book ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function book()
    {
        return $this->belongsTo(Book::class);
    }