FallbackMediaHandler.php: update

This commit is contained in:
Zankaria 2025-03-18 11:51:36 +01:00
parent 9c09d495d8
commit ff517f0be8

View file

@ -23,7 +23,7 @@ class FallbackMediaHandler implements MediaHandler {
return true;
}
public function openHandle(string $file_path, string $file_mime): mixed {
public function openHandle(string $file_path, string $file_mime, int $file_kind): mixed {
return null;
}