1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Comments: Added back-end content reference handling

Also added archived property, to be added.
This commit is contained in:
Dan Brown
2025-04-18 21:13:49 +01:00
parent add238fe9f
commit 5e3c3ad634
7 changed files with 65 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ class CommentFactory extends Factory
'html' => $html,
'parent_id' => null,
'local_id' => 1,
'content_ref' => '',
'archived' => false,
];
}
}