]>
BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/UpdateUrlCommand.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack]
/
app
/
Console
/
Commands
/
UpdateUrlCommand.php
diff --git
a/app/Console/Commands/UpdateUrlCommand.php
b/app/Console/Commands/UpdateUrlCommand.php
index e155878d331b8a5f3661603dfa1994c4007e9e51..71f0b92fe4199e29a7992d0e632a640b593d2170 100644
(file)
--- a/
app/Console/Commands/UpdateUrlCommand.php
+++ b/
app/Console/Commands/UpdateUrlCommand.php
@@
-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) {