|
@@ -169,7 +169,7 @@ class Role extends CatchController
|
|
// 删除用户关联
|
|
// 删除用户关联
|
|
$role->users()->detach();
|
|
$role->users()->detach();
|
|
// 删除
|
|
// 删除
|
|
- $this->role->deleteBy($id);
|
|
|
|
|
|
+ $this->role->deleteBy($id,true);
|
|
|
|
|
|
return CatchResponse::success();
|
|
return CatchResponse::success();
|
|
}
|
|
}
|