faker->unique()->words(2, true); return [ 'title' => $title, 'slug' => Str::slug($title), 'sort' => $this->faker->numberBetween(1, 100), ]; } }