]> BookStack Code Mirror - bookstack/blobdiff - tests/Uploads/AttachmentTest.php
Add prev and next button to navigate through different pages
[bookstack] / tests / Uploads / AttachmentTest.php
index 5b73aa6ae1a2d925ac9c0991d8e57fecc837b3fc..1ca9ea23b17d5d04101c2203173d394b3455b379 100644 (file)
@@ -1,9 +1,9 @@
 <?php namespace Tests\Uploads;
 
-use BookStack\Entities\Managers\TrashCan;
+use BookStack\Entities\Tools\TrashCan;
 use BookStack\Entities\Repos\PageRepo;
 use BookStack\Uploads\Attachment;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use BookStack\Auth\Permissions\PermissionService;
 use BookStack\Uploads\AttachmentService;
 use Illuminate\Http\UploadedFile;