X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5d29d0cc7bb47cad7a662f1e6afc10cb97fe3ddd..refs/pull/3918/head:/app/Console/Commands/RegenerateCommentContent.php diff --git a/app/Console/Commands/RegenerateCommentContent.php b/app/Console/Commands/RegenerateCommentContent.php index 9da48fb0e..3e25dc8a3 100644 --- a/app/Console/Commands/RegenerateCommentContent.php +++ b/app/Console/Commands/RegenerateCommentContent.php @@ -58,6 +58,7 @@ class RegenerateCommentContent extends Command DB::setDefaultConnection($connection); $this->comment('Comment HTML content has been regenerated'); + return 0; } }