]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/RegenerateCommentContentCommandTest.php
Altered ldap_connect usage, cleaned up LDAP classes
[bookstack] / tests / Commands / RegenerateCommentContentCommandTest.php
index 1deeaa703a114fc39c471a181e173afd2e7d0b5b..4940d66c3436478acb655269889bed5b59d43723 100644 (file)
@@ -1,6 +1,8 @@
-<?php namespace Tests\Commands;
+<?php
 
-use BookStack\Actions\Comment;
+namespace Tests\Commands;
+
+use BookStack\Activity\Models\Comment;
 use Tests\TestCase;
 
 class RegenerateCommentContentCommandTest extends TestCase
@@ -26,4 +28,4 @@ class RegenerateCommentContentCommandTest extends TestCase
             'html' => "<p>some_fresh_content</p>\n",
         ]);
     }
-}
\ No newline at end of file
+}