Skip to content

Commit 122f6b4

Browse files
authored
Merge pull request #700 from oleksander-kurilchik/patch-1
Update LfmStorageRepository.php
2 parents 1e7106c + af3aa3b commit 122f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LfmStorageRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function save($file)
3939
$nameint = strripos($this->path, "/");
4040
$nameclean = substr($this->path, $nameint + 1);
4141
$pathclean = substr_replace($this->path, "", $nameint);
42-
$this->disk->putFileAs($pathclean, $file_content, $nameclean, 'public');
42+
$this->disk->putFileAs($pathclean, $file, $nameclean, 'public');
4343
}
4444

4545
public function url($path)

0 commit comments

Comments
 (0)