Passed
Push — master ( b61a9d...24e034 )
by Faiq
04:42
created
app/Http/Controllers/ThreadAskController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,8 +182,8 @@
 block discarded – undo
182 182
         $unreg = null;
183 183
         if($thread->delete() && $this->deleteTopic($thread->id_topic)) {
184 184
             $unreg = Common::unregisterLog([
185
-               'target' => 'thread',
186
-               'target_id' => $id
185
+                'target' => 'thread',
186
+                'target_id' => $id
187 187
             ]);
188 188
         }
189 189
         if($unreg != null && $unreg) {
Please login to merge, or discard this patch.