GWM : code m erge

This commit is contained in:
Gowtham M 2025-12-20 14:21:02 +05:30
parent 619ac5f83c
commit e357852cf5

View File

@ -57,7 +57,7 @@ class MasterController extends ResourceController
public function getRoleMaster()
{
$data = $this->RoleMasterModel->whereIn('id',[2,3,4])->findAll();
$data = $this->RoleMasterModel->whereIn('id',[1,2,3,4])->findAll();
if (!$data) {
return $this->failNotFound('No data found');