eee
This commit is contained in:
@@ -78,7 +78,6 @@ class SqlBuilder extends Component
|
||||
$params = $this->query->params;
|
||||
$this->query->params = [];
|
||||
$array = $this->makeParams($attributes);
|
||||
var_dump($params, $array);
|
||||
foreach ($params as $name => $value) {
|
||||
$this->query->pushParam($value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user