*/ class EntryFactory extends Factory { /** * Define the model's default state. * * @return array */ public function definition(): array { return [ 'student_id' => 3, 'audition_id' =>3 ]; } }