This commit is contained in:
2021-01-11 17:44:19 +08:00
parent d422530b07
commit f2f6ff8890
-1
View File
@@ -267,7 +267,6 @@ class Connection extends Component
*/
public function createCommand($sql = null, $attributes = []): Command
{
var_dump($sql);
$command = new Command(['db' => $this, 'sql' => $sql]);
return $command->bindValues($attributes);
}