6
0
Fork 0
release
panliang 2022-05-19 11:11:39 +08:00
parent 46c2b4919d
commit 7e151dc0c9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class ArticleFactory extends Factory
'author_name' => $faker->firstNameMale,
'subtitle' => $faker->sentence(5, true),
'cover' => $faker->randomElement($images),
'content' => $faker->randomHtml(2, 3),
'content' => $faker->realText,
'is_show' => 1,
'is_recommend' => 1,
'sort' => 1,