]> BookStack Code Mirror - bookstack/blobdiff - database/factories/Activity/Models/CommentFactory.php
Comments: Added wysiwyg link selector, updated tests, removed command
[bookstack] / database / factories / Activity / Models / CommentFactory.php
index 4b76cd11dec5a5786bae7ebf230e7032cefe006e..35d6db9bdca01a904be82a0fd7a2561e6807734e 100644 (file)
@@ -27,6 +27,7 @@ class CommentFactory extends Factory
             'html'      => $html,
             'text'      => $text,
             'parent_id' => null,
+            'local_id'  => 1,
         ];
     }
 }