]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/TagTest.php
Fixed some mis-refactoring and split search service
[bookstack] / tests / Entity / TagTest.php
index e8a99cf781b6bd972ee43708025da51d081c1c51..3ad10641ef3d0196ce15800d18d0ed149e3ed50a 100644 (file)
@@ -1,10 +1,10 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Chapter;
 use BookStack\Actions\Tag;
-use BookStack\Entities\Entity;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Entity;
+use BookStack\Entities\Models\Page;
 use BookStack\Auth\Permissions\PermissionService;
 use Tests\BrowserKitTest;