]> BookStack Code Mirror - bookstack/blobdiff - database/factories/Activity/Models/CommentFactory.php
Comments: Removed remaining uses of redundant 'text' field
[bookstack] / database / factories / Activity / Models / CommentFactory.php
index 35d6db9bdca01a904be82a0fd7a2561e6807734e..efbd183b31d8cd75dd4a18281e3948f7353878b9 100644 (file)
@@ -25,7 +25,6 @@ class CommentFactory extends Factory
 
         return [
             'html'      => $html,
-            'text'      => $text,
             'parent_id' => null,
             'local_id'  => 1,
         ];