create([ 'first_name' => 'John', 'last_name' => 'Doe', 'email' => 'test@example.com', ]); $this->call([ JobSeeder::class, EmployerJobSeeder::class, JobRatingSeeder::class, ]); } }