]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Repos/BookRepo.php
Fixed OIDC Logout
[bookstack] / app / Entities / Repos / BookRepo.php
index b5944fd460b2f23737e9c3ddcf22be005e72df4e..737caa70bb47c23623fb238c2e70fb9df03280bb 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace BookStack\Entities\Repos;
 
-use BookStack\Actions\ActivityType;
-use BookStack\Actions\TagRepo;
+use BookStack\Activity\ActivityType;
+use BookStack\Activity\TagRepo;
 use BookStack\Entities\Models\Book;
 use BookStack\Entities\Tools\TrashCan;
 use BookStack\Exceptions\ImageUploadException;