]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookshelfController.php
Remove unnecessary changes
[bookstack] / app / Http / Controllers / BookshelfController.php
index 52de74b66fbd03e4066ec4ecdef16934338194e8..50dc97bab9ea102587e112cb3fb222bab5f934e8 100644 (file)
@@ -1,7 +1,7 @@
 <?php namespace BookStack\Http\Controllers;
 
 use Activity;
-use BookStack\Entities\Book;
+use BookStack\Entities\Models\Book;
 use BookStack\Entities\Tools\ShelfContext;
 use BookStack\Entities\Repos\BookshelfRepo;
 use BookStack\Exceptions\ImageUploadException;