Completed
Push — 2.0 ( ad3e54...e86044 )
by Raphaël
03:01
created
src/ZohoDatabasePusher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.