|string> */ public function rules(): array { return [ 'id_submission' => ['required'], 'id_alternatif' => ['required'], ]; } }