FIX_ISSUES

This commit is contained in:
VENKATESHWARAN 2026-01-27 11:08:33 +05:30
parent 88b54a5a2f
commit 4a409692e6

View File

@ -500,7 +500,7 @@ class EmployeeController extends AdminController
}
}
public function getExcelFileErrors($file_id, $retun_type)
public function getExcelFileErrors($file_id, $retun_type = null)
{
// $file_id = $this->request->uri->getSegment(3);
$empServiceController = new EmployeeServiceController();