diff --git a/Database/Factories/ContentItemFactory.php b/Database/Factories/ContentItemFactory.php index 3d629f5..0a31355 100644 --- a/Database/Factories/ContentItemFactory.php +++ b/Database/Factories/ContentItemFactory.php @@ -23,7 +23,7 @@ class ContentItemFactory extends Factory 'slug' => $this->faker->slug(), 'title' => $this->faker->sentence(), 'excerpt' => $this->faker->paragraph(), - 'content_html' => '
' . $this->faker->paragraphs(3, true) . '
', + 'content_html' => ''.$this->faker->paragraphs(3, true).'
', ]; } }