no message

This commit is contained in:
hellcat 2025-06-17 16:42:40 +08:00
parent e0c70c3c69
commit d5cc1ed646

View File

@ -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);
} }
} }