Skip to content

Commit 58ca645

Browse files
authored
Update MediaManager.php
Fix var name
1 parent a3f127d commit 58ca645

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)