@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | $this->deposits(); |
| 37 | 37 | $this->remitments(); |
| 38 | - if($isFinancial) |
|
| 38 | + if ($isFinancial) |
|
| 39 | 39 | { |
| 40 | 40 | $this->fundings(); |
| 41 | 41 | $this->loans(); |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | */ |
| 117 | 117 | public function addSettlement(int $billId) |
| 118 | 118 | { |
| 119 | - if($this->session->closed) |
|
| 119 | + if ($this->session->closed) |
|
| 120 | 120 | { |
| 121 | 121 | $this->notify->warning(trans('meeting.warnings.session.closed')); |
| 122 | 122 | return $this->response; |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | */ |
| 136 | 136 | public function delSettlement(int $billId) |
| 137 | 137 | { |
| 138 | - if($this->session->closed) |
|
| 138 | + if ($this->session->closed) |
|
| 139 | 139 | { |
| 140 | 140 | $this->notify->warning(trans('meeting.warnings.session.closed')); |
| 141 | 141 | return $this->response; |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | */ |
| 117 | 117 | public function createRefund(string $loanId) |
| 118 | 118 | { |
| 119 | - if($this->session->closed) |
|
| 119 | + if ($this->session->closed) |
|
| 120 | 120 | { |
| 121 | 121 | $this->notify->warning(trans('meeting.warnings.session.closed')); |
| 122 | 122 | return $this->response; |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | */ |
| 138 | 138 | public function deleteRefund(int $refundId) |
| 139 | 139 | { |
| 140 | - if($this->session->closed) |
|
| 140 | + if ($this->session->closed) |
|
| 141 | 141 | { |
| 142 | 142 | $this->notify->warning(trans('meeting.warnings.session.closed')); |
| 143 | 143 | return $this->response; |