mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
Comments: Added wysiwyg link selector, updated tests, removed command
- Updated existing tests with recent back-end changes, mainly to use HTML data. - Removed old comment regen command that's no longer required.
This commit is contained in:
@ -27,6 +27,7 @@ class CommentFactory extends Factory
|
||||
'html' => $html,
|
||||
'text' => $text,
|
||||
'parent_id' => null,
|
||||
'local_id' => 1,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user