role mster

This commit is contained in:
Gowtham M 2025-12-16 10:21:13 +05:30
parent bb1d18d393
commit 236119e71f

View File

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