@@ -15,7 +15,7 @@ discard block |
||
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 |
||
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 |