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