subDays(rand(5, 15)); return [ 'url' => $this->faker->url, 'author_name' => $this->faker->name, 'author_url' => $this->faker->url, 'content' => '
' . $this->faker->realtext() . '
', 'created_at' => $now->toDateTimeString(), 'updated_at' => $now->toDateTimeString(), ]; } }