Skip to content

Commit

Permalink
Merge pull request #33 from Adizbek/patch-1
Browse files Browse the repository at this point in the history
Fix MediaManager.php
  • Loading branch information
jxlwqq authored Dec 7, 2021
2 parents a3f127d + 58ca645 commit 5460de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function getFullPath($path)
throw new \Exception('Incorrect path');
}

return fullPath;
return $fullPath;
}

public function download()
Expand Down

0 comments on commit 5460de9

Please sign in to comment.