diff options
Diffstat (limited to 'app/Statistics/Google/ChartMedia.php')
| -rw-r--r-- | app/Statistics/Google/ChartMedia.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartMedia.php b/app/Statistics/Google/ChartMedia.php index 0f1570cdd5..087c979770 100644 --- a/app/Statistics/Google/ChartMedia.php +++ b/app/Statistics/Google/ChartMedia.php @@ -53,7 +53,7 @@ class ChartMedia public function chartMedia( array $media, string|null $color_from = null, - string $color_to = null + string|null $color_to = null ): string { $color_from ??= 'ffffff'; $color_to ??= '84beff'; |
