1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Rewrote book children query

This commit is contained in:
Dan Brown
2017-01-01 21:21:11 +00:00
parent bab27462ab
commit 65796cfc7b
7 changed files with 94 additions and 43 deletions

View File

@ -22,6 +22,7 @@ class BookController extends Controller
/**
* BookController constructor.
* @param EntityRepo $entityRepo
* @param BookRepo $bookRepo
* @param PageRepo $pageRepo
* @param ChapterRepo $chapterRepo