@@ -55,8 +55,8 @@ |
||
55 | 55 | if (count($columns) > 0) { |
56 | 56 | $updateSql = new \Sirius\Sql\Update($connection); |
57 | 57 | $updateSql->table($this->mapper->getTable()) |
58 | - ->columns($columns) |
|
59 | - ->whereAll($conditions, false); |
|
58 | + ->columns($columns) |
|
59 | + ->whereAll($conditions, false); |
|
60 | 60 | $updateSql->perform(); |
61 | 61 | } |
62 | 62 | } |