Skip to content

Commit c06c36a

Browse files
committed
update
1 parent c31fe60 commit c06c36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LfmStorageRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function save($file)
3838
$nameint = strripos($this->path, "/");
3939
$nameclean = substr($this->path, $nameint + 1);
4040
$pathclean = substr_replace($this->path, "", $nameint);
41-
$this->disk->putFileAs($pathclean, $file, $nameclean);
41+
$this->disk->putFileAs($pathclean, $file, $nameclean, 'public');
4242
}
4343

4444
public function url($path)

0 commit comments

Comments
 (0)