Skip to content

Commit 2694211

Browse files
author
Sergey
authored
Update Table.php
1 parent d30a5ca commit 2694211

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/orm/DataBase/Table.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ public function save()
7171
$pdo_statement = $this
7272
->getQueryGeneratorInstance()
7373
->insertOrUpdateIfDuplicate($this->table_name, array_keys($data));
74-
array_combine(
75-
array_map(function ($key) {
76-
return ":{$key}";
77-
}, array_keys($data)),
78-
array_values($data));
7974
$query_executor = new QueryExecutor($pdo_statement, array_combine(
8075
array_map(function ($key) {
8176
return ":{$key}";

0 commit comments

Comments
 (0)