1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Maintenance: Updated larastan target level, fixed issues from tests

This commit is contained in:
Dan Brown
2025-09-03 15:42:50 +01:00
parent 318b486e0b
commit 7d1c316202
5 changed files with 7 additions and 7 deletions

View 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) {