]> BookStack Code Mirror - bookstack/blobdiff - tests/AuditLogTest.php
Code cleanup, bug squashing
[bookstack] / tests / AuditLogTest.php
index efe842aa1421c5a77f2127ad44995fbd37b8b448..3dc6fd7c2ecfd46b19cde94ba81f04da4a8f5d9a 100644 (file)
@@ -4,8 +4,8 @@ use BookStack\Actions\Activity;
 use BookStack\Actions\ActivityService;
 use BookStack\Actions\ActivityType;
 use BookStack\Auth\UserRepo;
-use BookStack\Entities\Managers\TrashCan;
-use BookStack\Entities\Page;
+use BookStack\Entities\Tools\TrashCan;
+use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\PageRepo;
 use Carbon\Carbon;