We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
File::getRelativePath()
1 parent 7c594e3 commit 75a6040Copy full SHA for 75a6040
wcfsetup/install/files/lib/data/file/File.class.php
@@ -82,7 +82,7 @@ public function getSourceFilenameWebp(): ?string
82
);
83
}
84
85
- private function getRelativePath(): string
+ public function getRelativePath(): string
86
{
87
$folderA = \substr($this->fileHash, 0, 2);
88
$folderB = \substr($this->fileHash, 2, 2);
0 commit comments