]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/UpdateUrlCommand.php
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack] / app / Console / Commands / UpdateUrlCommand.php
index e155878d331b8a5f3661603dfa1994c4007e9e51..71f0b92fe4199e29a7992d0e632a640b593d2170 100644 (file)
@@ -52,7 +52,7 @@ class UpdateUrlCommand extends Command
             'page_revisions' => ['html', 'text', 'markdown'],
             'images'      => ['url'],
             'settings'    => ['value'],
-            'comments'    => ['html', 'text'],
+            'comments'    => ['html'],
         ];
 
         foreach ($columnsToUpdateByTable as $table => $columns) {