fixed bug
This commit is contained in:
parent
7131a6c878
commit
cfe2a005c0
@ -67,7 +67,7 @@ class Permission extends CatchController
|
|||||||
$params['module'] = $parent->module;
|
$params['module'] = $parent->module;
|
||||||
}
|
}
|
||||||
|
|
||||||
return CatchResponse::success($this->permissions->storeBy($request->param()));
|
return CatchResponse::success($this->permissions->storeBy($params));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user