This commit is contained in:
2021-11-10 11:06:15 +08:00
parent 6dbc18c7d9
commit b0dea25640
+1 -1
View File
@@ -445,7 +445,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
* @param array $attributes
*
* @param bool $if_condition_is_null
* @return bool|int
* @return bool
* @throws Exception
*/
protected static function deleteByCondition($condition = NULL, array $attributes = [], bool $if_condition_is_null = false): bool