Skip to content

Commit 75a6040

Browse files
committed
Mark File::getRelativePath() as public
1 parent 7c594e3 commit 75a6040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/data/file/File.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getSourceFilenameWebp(): ?string
8282
);
8383
}
8484

85-
private function getRelativePath(): string
85+
public function getRelativePath(): string
8686
{
8787
$folderA = \substr($this->fileHash, 0, 2);
8888
$folderB = \substr($this->fileHash, 2, 2);

0 commit comments

Comments
 (0)