改名
This commit is contained in:
@@ -267,7 +267,6 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function createCommand($sql = null, $attributes = []): Command
|
public function createCommand($sql = null, $attributes = []): Command
|
||||||
{
|
{
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user