When we are connecting scoreboard with both monitor inside environment this type of error , please tell me

** Error: C:/Users/BAVITH KUMAR/Desktop/SRAM_UVM/sram_env.sv(124): Number of actuals and formals does not match in function call.
** Error: C:/Users/BAVITH KUMAR/Desktop/SRAM_UVM/sram_env.sv(129): Number of actuals and formals does not match in function call.

In reply to uvm_verification:

Could you please show the corresponding lines (124 and 129) from sram_env.sv.

wtop.wagt[i].wmon.connect(sb.fifo_wr[i].analysis_export);// 124

rtop.ragt[i].rmon.connect(sb.fifo_rd[i].analysis_export);//129

thanks sir,
I debug it by ownself.

wtop.wagt[i].wmon.wmonitor.connect(sb.fifo_wr[i].analysis_export);//124

rtop.ragt[i].rmon.rmonitor.connect(sb.fifo_rd[i].analysis_export);//129