From c06c36ab7f0ac42ff4768d9663a0a9ed5fba195b Mon Sep 17 00:00:00 2001 From: Gustiawan ouwawi Date: Mon, 5 Jun 2023 16:06:29 +0700 Subject: [PATCH] update --- src/LfmStorageRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LfmStorageRepository.php b/src/LfmStorageRepository.php index cce407fa..d200b63a 100644 --- a/src/LfmStorageRepository.php +++ b/src/LfmStorageRepository.php @@ -38,7 +38,7 @@ public function save($file) $nameint = strripos($this->path, "/"); $nameclean = substr($this->path, $nameint + 1); $pathclean = substr_replace($this->path, "", $nameint); - $this->disk->putFileAs($pathclean, $file, $nameclean); + $this->disk->putFileAs($pathclean, $file, $nameclean, 'public'); } public function url($path)