BookStack\Repos\ChapterRepo::chapterQuery PHP Method

chapterQuery() private method

Base query for getting chapters, Takes permissions into account.
private chapterQuery ( ) : mixed
return mixed
    private function chapterQuery()
    {
        return $this->permissionService->enforceChapterRestrictions($this->chapter, 'view');
    }