diff --git a/src/MediaManager.php b/src/MediaManager.php index 4a71c85..392e264 100644 --- a/src/MediaManager.php +++ b/src/MediaManager.php @@ -108,7 +108,7 @@ protected function getFullPath($path) throw new \Exception('Incorrect path'); } - return fullPath; + return $fullPath; } public function download()