]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Repos/BookRepo.php
Fixed some mis-refactoring and split search service
[bookstack] / app / Entities / Repos / BookRepo.php
index 3fb924a89a0554604ffc4647d6a9fcaec922dd5c..d6dbe0b7368b7731a5aa72cf6c909a378aa031f6 100644 (file)
@@ -2,7 +2,7 @@
 
 use BookStack\Actions\ActivityType;
 use BookStack\Actions\TagRepo;
-use BookStack\Entities\Book;
+use BookStack\Entities\Models\Book;
 use BookStack\Entities\Tools\TrashCan;
 use BookStack\Exceptions\ImageUploadException;
 use BookStack\Exceptions\NotFoundException;