$this->faker->unique()->word(), 'description' => $this->faker->sentence(), 'image' => 'categories/category-' . $this->faker->numberBetween(1, 5) . '.jpg', 'created_at' => $this->faker->dateTimeBetween('-1 year', 'now'), 'updated_at' => function (array $attributes) { return $this->faker->dateTimeBetween($attributes['created_at'], 'now'); }, ]; } }