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

Refactored search and slug repo components

This commit is contained in:
Dan Brown
2017-01-01 16:57:47 +00:00
parent 7f9de2c8ab
commit 241278226f
9 changed files with 113 additions and 229 deletions

View File

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