]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/ChapterController.php
Added testing to cover the pages API
[bookstack] / app / Http / Controllers / ChapterController.php
index 7fc92a8cff64590cf66b2c9d84d4641735c1afce..0059f202b9df7702d1b1baecd485056fd909affa 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace BookStack\Http\Controllers;
 
-use BookStack\Entities\Book;
+use BookStack\Entities\Models\Book;
 use BookStack\Entities\Tools\BookContents;
 use BookStack\Entities\Repos\ChapterRepo;
 use BookStack\Exceptions\MoveOperationException;