0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-10 02:50:39 +00:00

Comments: Removed remaining uses of redundant 'text' field

Opened  to remove the DB field in a few releases time.
This commit is contained in:
Dan Brown 2024-01-31 16:35:58 +00:00
parent 06901b878f
commit fee9045dac
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
4 changed files with 6 additions and 11 deletions
database/factories/Activity/Models

View file

@ -25,7 +25,6 @@ class CommentFactory extends Factory
return [
'html' => $html,
'text' => $text,
'parent_id' => null,
'local_id' => 1,
];