@@ -225,7 +225,7 @@ |
||
| 225 | 225 | */ |
| 226 | 226 | private function getCreditReportFunds(Round $round): Collection |
| 227 | 227 | { |
| 228 | - if(!($session = $round->sessions()->orderByDesc('start_at')->first())) |
|
| 228 | + if (!($session = $round->sessions()->orderByDesc('start_at')->first())) |
|
| 229 | 229 | { |
| 230 | 230 | return collect(); |
| 231 | 231 | } |