-<?php namespace Tests\Commands;
+<?php
-use BookStack\Actions\Comment;
+namespace Tests\Commands;
+
+use BookStack\Activity\Models\Comment;
use Tests\TestCase;
class RegenerateCommentContentCommandTest extends TestCase
'html' => "<p>some_fresh_content</p>\n",
]);
}
-}
\ No newline at end of file
+}