Skip to content

Commit

Permalink
Update MediaManager.php
Browse files Browse the repository at this point in the history
Fix var name
  • Loading branch information
Adizbek authored Nov 20, 2021
1 parent a3f127d commit 58ca645
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 58ca645

Please sign in to comment.