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 1e7106c commit af3aa3bCopy full SHA for af3aa3b
src/LfmStorageRepository.php
@@ -39,7 +39,7 @@ public function save($file)
39
$nameint = strripos($this->path, "/");
40
$nameclean = substr($this->path, $nameint + 1);
41
$pathclean = substr_replace($this->path, "", $nameint);
42
- $this->disk->putFileAs($pathclean, $file_content, $nameclean, 'public');
+ $this->disk->putFileAs($pathclean, $file, $nameclean, 'public');
43
}
44
45
public function url($path)
0 commit comments