Workspace::factory(), 'content_type' => ContentType::NATIVE->value, 'type' => 'post', 'status' => 'publish', 'slug' => $this->faker->slug(), 'title' => $this->faker->sentence(), 'excerpt' => $this->faker->paragraph(), 'content_html' => '
'.$this->faker->paragraphs(3, true).'
', ]; } }