]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/TagTest.php
Played around with a new app structure
[bookstack] / tests / Entity / TagTest.php
index 7e667495908d2dbf62e862a77952533841c5d056..c1240e955387ee9c037fa78424eed3f48e0754f5 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Entity;
 
-use BookStack\Actions\Tag;
+use BookStack\Activity\Models\Tag;
 use BookStack\Entities\Models\Entity;
 use BookStack\Entities\Models\Page;
 use Tests\TestCase;