diff options
Diffstat (limited to 'app/Statistics/Repository/MediaRepository.php')
| -rw-r--r-- | app/Statistics/Repository/MediaRepository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Repository/MediaRepository.php b/app/Statistics/Repository/MediaRepository.php index 54c5569674..01fce27b81 100644 --- a/app/Statistics/Repository/MediaRepository.php +++ b/app/Statistics/Repository/MediaRepository.php @@ -244,7 +244,7 @@ class MediaRepository implements MediaRepositoryInterface * * @return string */ - public function chartMedia(string $color_from = null, string $color_to = null): string + public function chartMedia(string|null $color_from = null, string|null $color_to = null): string { $media = DB::table('media_file') ->where('m_file', '=', $this->tree->id()) |
