GWM : code m erge
This commit is contained in:
parent
619ac5f83c
commit
e357852cf5
@ -57,7 +57,7 @@ class MasterController extends ResourceController
|
|||||||
|
|
||||||
public function getRoleMaster()
|
public function getRoleMaster()
|
||||||
{
|
{
|
||||||
$data = $this->RoleMasterModel->whereIn('id',[2,3,4])->findAll();
|
$data = $this->RoleMasterModel->whereIn('id',[1,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