X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/193d7fb3fe71a76a43ebc1ccdb617b4b627d1e09..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