forked from leftypol/leftypol
FallbackMediaHandler.php: update
This commit is contained in:
parent
9c09d495d8
commit
ff517f0be8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class FallbackMediaHandler implements MediaHandler {
|
||||||
return true;
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue