This commit is contained in:
2020-11-18 15:38:06 +08:00
parent b0e5177438
commit a47d1aaf06
-1
View File
@@ -263,7 +263,6 @@ class Connection extends Component
*/ */
public function createCommand($sql = null, $attributes = []) public function createCommand($sql = null, $attributes = [])
{ {
var_dump($sql);
$command = new Command(['db' => $this, 'sql' => $sql]); $command = new Command(['db' => $this, 'sql' => $sql]);
return $command->bindValues($attributes); return $command->bindValues($attributes);
} }