@@ -232,7 +232,7 @@ |
||
| 232 | 232 | ->orderBy('d_type') |
| 233 | 233 | ->limit(1) |
| 234 | 234 | ->get() |
| 235 | - ->map(static fn (object $row): object => (object) [ |
|
| 235 | + ->map(static fn (object $row) : object => (object) [ |
|
| 236 | 236 | 'id' => $row->id, |
| 237 | 237 | 'year' => (int) $row->year, |
| 238 | 238 | 'fact' => $row->fact, |