]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/RegenerateCommentContent.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / app / Console / Commands / RegenerateCommentContent.php
index 9da48fb0e513b100d7d55e0a98afc108a94ffb09..3e25dc8a395566f2291f5f06941e5e5b75b08a3e 100644 (file)
@@ -58,6 +58,7 @@ class RegenerateCommentContent extends Command
 
         DB::setDefaultConnection($connection);
         $this->comment('Comment HTML content has been regenerated');
+
         return 0;
     }
 }