diff --git a/src/Libs/Model.php b/src/Libs/Model.php index 965b3f9..7c36bcb 100644 --- a/src/Libs/Model.php +++ b/src/Libs/Model.php @@ -819,8 +819,6 @@ class Model { $in = array_keys((new $className())->getVars()); } - $db = static::db(); - $search = static::bindValue($search); $where = [];