]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Repos/BookshelfRepo.php
Moved models to folder, renamed managers to tools
[bookstack] / app / Entities / Repos / BookshelfRepo.php
index 0392782287a62efb69f5269a1039a214f911127b..8f12e9dc0dc1c3e5ac7a865e4f00cc0b847c1465 100644 (file)
@@ -3,7 +3,7 @@
 use BookStack\Actions\ActivityType;
 use BookStack\Entities\Book;
 use BookStack\Entities\Bookshelf;
-use BookStack\Entities\Managers\TrashCan;
+use BookStack\Entities\Tools\TrashCan;
 use BookStack\Exceptions\ImageUploadException;
 use BookStack\Exceptions\NotFoundException;
 use BookStack\Facades\Activity;