]> BookStack Code Mirror - bookstack/blobdiff - database/factories/ModelFactory.php
Added migration file.
[bookstack] / database / factories / ModelFactory.php
index b5bb32c1183e58fa9f1a5a49980c5dd920c3c067..b03e34b9b9c63d0a4f05edc687366582ff6ba894 100644 (file)
@@ -77,7 +77,7 @@ $factory->define(BookStack\Comment::class, function($faker) {
     $html = '<p>' . $text. '</p>';
     return [
         'html' => $html,
-        'text' => '#' . $text,
+        'text' => $text,
         'active' => 1
     ];
 });
\ No newline at end of file