public function run() { $faker = Faker::create(); foreach (range(1, 10) as $index) { EmailHistory::create([]); } }