We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a53207 + c06c36a commit 9ce9b47Copy full SHA for 9ce9b47
src/LfmStorageRepository.php
@@ -38,7 +38,7 @@ public function save($file)
38
$nameint = strripos($this->path, "/");
39
$nameclean = substr($this->path, $nameint + 1);
40
$pathclean = substr_replace($this->path, "", $nameint);
41
- $this->disk->putFileAs($pathclean, $file, $nameclean);
+ $this->disk->putFileAs($pathclean, $file, $nameclean, 'public');
42
}
43
44
public function url($path)
0 commit comments