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