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