diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/Services/MediaFileService.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Services/MediaFileService.php b/app/Services/MediaFileService.php index 4cf3e37cc8..f5c8724f6d 100644 --- a/app/Services/MediaFileService.php +++ b/app/Services/MediaFileService.php @@ -121,6 +121,8 @@ class MediaFileService * @param string $current * * @return array<string,string> + * + * @deprecated - Will be removed in 2.1.0 - use Registry::elementFactory()->make('OBJE:FILE:FORM:TYPE')->values() */ public function mediaTypes($current = ''): array { |
