style: fix concat_space in ContentItemFactory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9082c35d3a
commit
ddd7857370
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class ContentItemFactory extends Factory
|
|||
'slug' => $this->faker->slug(),
|
||||
'title' => $this->faker->sentence(),
|
||||
'excerpt' => $this->faker->paragraph(),
|
||||
'content_html' => '<p>' . $this->faker->paragraphs(3, true) . '</p>',
|
||||
'content_html' => '<p>'.$this->faker->paragraphs(3, true).'</p>',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue