Release v1.3.1 #104

Merged
myrmidex merged 5 commits from release/v1.3.1 into main 2026-03-18 23:46:55 +01:00
Showing only changes of commit ff855facda - Show all commits

View file

@ -20,7 +20,7 @@ public function definition(): array
{ {
return [ return [
'feed_id' => Feed::factory(), 'feed_id' => Feed::factory(),
'url' => $this->faker->url(), 'url' => $this->faker->unique()->url(),
'title' => $this->faker->sentence(), 'title' => $this->faker->sentence(),
'description' => $this->faker->paragraph(), 'description' => $this->faker->paragraph(),
'content' => $this->faker->paragraphs(3, true), 'content' => $this->faker->paragraphs(3, true),