role mster
This commit is contained in:
parent
bb1d18d393
commit
236119e71f
@ -54,7 +54,7 @@ class MasterController extends ResourceController
|
|||||||
|
|
||||||
public function getRoleMaster()
|
public function getRoleMaster()
|
||||||
{
|
{
|
||||||
$data = $this->RoleMasterModel->whereIn('id',[2,3])->findAll();
|
$data = $this->RoleMasterModel->whereIn('id',[2,3,4])->findAll();
|
||||||
|
|
||||||
if (!$data) {
|
if (!$data) {
|
||||||
return $this->failNotFound('No data found');
|
return $this->failNotFound('No data found');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user