@@ -259,7 +259,7 @@ |
||
| 259 | 259 | ->where('m_file', '=', $this->tree->id()) |
| 260 | 260 | ->groupBy('source_media_type') |
| 261 | 261 | ->pluck(new Expression('COUNT(*)'), 'source_media_type') |
| 262 | - ->map(static fn (string $n): int => (int) $n) |
|
| 262 | + ->map(static fn(string $n): int => (int) $n) |
|
| 263 | 263 | ->all(); |
| 264 | 264 | |
| 265 | 265 | return (new ChartMedia($this->color_service)) |