This commit is contained in:
2020-09-14 02:42:10 +08:00
parent 053c449f85
commit 1f043c56bd
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ trait Condition
* @param bool $isSearch
* @return int|string
*/
public function valueEncode($value, $isSearch = false)
public function valueEncode($value, $isSearch = false)
{
if ($isSearch) {
return $value;