We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecec6cf commit 009700aCopy full SHA for 009700a
1 file changed
src/Files/BaseFile.php
@@ -65,8 +65,7 @@ public function getFilename()
65
66
public function getSaveFilename()
67
{
68
-
69
+ return str_replace($this->basedir, '', $this->fileName);
70
}
71
72
/**
0 commit comments