]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/RegenerateCommentContent.php
Played around with a new app structure
[bookstack] / app / Console / Commands / RegenerateCommentContent.php
index 3e25dc8a395566f2291f5f06941e5e5b75b08a3e..3052559e305b1e9a96ae2f453bc0a43e5ac6c33b 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace BookStack\Console\Commands;
 
-use BookStack\Actions\Comment;
-use BookStack\Actions\CommentRepo;
+use BookStack\Activity\CommentRepo;
+use BookStack\Activity\Models\Comment;
 use Illuminate\Console\Command;
 use Illuminate\Support\Facades\DB;