no message
This commit is contained in:
parent
e0c70c3c69
commit
d5cc1ed646
@ -90,7 +90,7 @@ class Option extends Base {
|
|||||||
$oOption = ModelOption::where("key", $sKey);
|
$oOption = ModelOption::where("key", $sKey);
|
||||||
$r = $oOption->delete();
|
$r = $oOption->delete();
|
||||||
|
|
||||||
return $r;
|
return $this->toJson($oOption);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user