]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/RegenerateCommentContentCommandTest.php
Fixed OIDC Logout
[bookstack] / tests / Commands / RegenerateCommentContentCommandTest.php
index 08f137777d191af0601e83cbd5e0a011eb06be1e..4940d66c3436478acb655269889bed5b59d43723 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Commands;
 
-use BookStack\Actions\Comment;
+use BookStack\Activity\Models\Comment;
 use Tests\TestCase;
 
 class RegenerateCommentContentCommandTest extends TestCase