]> BookStack Code Mirror - bookstack/blobdiff - tests/Uploads/AttachmentTest.php
Moved models to folder, renamed managers to tools
[bookstack] / tests / Uploads / AttachmentTest.php
index 5b73aa6ae1a2d925ac9c0991d8e57fecc837b3fc..9662c075b3de04d48057612a3a6594ce895bdcc4 100644 (file)
@@ -1,6 +1,6 @@
 <?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;