Remove unused variable.

This commit is contained in:
KJ 2024-07-31 03:29:49 -04:00
parent 6b470a181d
commit 05cd83fd10
1 changed files with 0 additions and 2 deletions

View File

@ -819,8 +819,6 @@ class Model {
$in = array_keys((new $className())->getVars()); $in = array_keys((new $className())->getVars());
} }
$db = static::db();
$search = static::bindValue($search); $search = static::bindValue($search);
$where = []; $where = [];