X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c429cf78187e80deb63982a282a1c6889f30291a..refs/pull/4467/head:/tests/Commands/RegenerateCommentContentCommandTest.php diff --git a/tests/Commands/RegenerateCommentContentCommandTest.php b/tests/Commands/RegenerateCommentContentCommandTest.php index 08f137777..4940d66c3 100644 --- a/tests/Commands/RegenerateCommentContentCommandTest.php +++ b/tests/Commands/RegenerateCommentContentCommandTest.php @@ -2,7 +2,7 @@ namespace Tests\Commands; -use BookStack\Actions\Comment; +use BookStack\Activity\Models\Comment; use Tests\TestCase; class RegenerateCommentContentCommandTest extends TestCase