mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-21 22:36:05 +08:00
Started working on chapters
This commit is contained in:
@ -79,7 +79,6 @@ class BookController extends Controller
|
||||
{
|
||||
$book = $this->bookRepo->getBySlug($slug);
|
||||
$pageTree = $this->pageRepo->getTreeByBookId($book->id);
|
||||
// dd($pageTree);
|
||||
return view('books/show', ['book' => $book, 'pageTree' => $pageTree]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user