@@ -118,7 +118,7 @@ |
||
118 | 118 | foreach ($zohoBeans as $uid => $zohoBean) { |
119 | 119 | $this->connection->beginTransaction(); |
120 | 120 | $this->connection->update($tableName, ['id' => $zohoBean->getZohoId()], ['uid' => $uid]); |
121 | - $this->connection->delete('local_insert', ['table_name'=>$tableName, 'uid' => $uid ]); |
|
121 | + $this->connection->delete('local_insert', ['table_name'=>$tableName, 'uid' => $uid]); |
|
122 | 122 | $this->connection->commit(); |
123 | 123 | } |
124 | 124 | } else { |