Passed
Push — master ( c17e3f...08ea64 )
by Iman
05:32
created
src/CBCoreModule/DataRemover.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
      */
16 16
     public function __construct($ctrl)
17 17
     {
18
-        $this->ctrl =  $ctrl;
18
+        $this->ctrl = $ctrl;
19 19
     }
20 20
 
21 21
     /**
@@ -39,6 +39,6 @@  discard block
 block discarded – undo
39 39
         $idsArray = $this->ctrl->hookBeforeDelete($idsArray);
40 40
         $this->deleteIds($idsArray);
41 41
         $this->ctrl->hookAfterDelete($idsArray);
42
-        event('cb.rowsDeleted',[$this->ctrl->table, $idsArray, YmdHis(), cbUser()]);
42
+        event('cb.rowsDeleted', [$this->ctrl->table, $idsArray, YmdHis(), cbUser()]);
43 43
     }
44 44
 }
45 45
\ No newline at end of file
Please login to merge, or discard this patch.