Skip to content

Commit 5460de9

Browse files
authored
Merge pull request #33 from Adizbek/patch-1
Fix MediaManager.php
2 parents a3f127d + 58ca645 commit 5460de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MediaManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected function getFullPath($path)
108108
throw new \Exception('Incorrect path');
109109
}
110110

111-
return fullPath;
111+
return $fullPath;
112112
}
113113

114114
public function download()

0 commit comments

Comments
 (0)