mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-03 16:23:35 +08:00
Removed outdated translations and updated tests
This commit is contained in:
@ -73,11 +73,11 @@ $factory->define(BookStack\Image::class, function ($faker) {
|
||||
});
|
||||
|
||||
$factory->define(BookStack\Comment::class, function($faker) {
|
||||
$text = $faker->paragraph(3);
|
||||
$text = $faker->paragraph(1);
|
||||
$html = '<p>' . $text. '</p>';
|
||||
return [
|
||||
'html' => $html,
|
||||
'text' => $text,
|
||||
'active' => 1
|
||||
'parent_id' => null
|
||||
];
|
||||
});
|
Reference in New Issue
Block a user