Skip to content

Commit

Permalink
Merge pull request #786 from cnvs/hotfix/v5.3.10
Browse files Browse the repository at this point in the history
Hotfix/v5.3.10
  • Loading branch information
austintoddj authored Jul 28, 2020
2 parents 367ac7d + 0d98e17 commit f897482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/MediaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function store()
$file = reset($payload);

if ($file instanceof UploadedFile) {
$path = $file->storePublicly($this->getBaseStoragePath(), [
$path = $file->store($this->getBaseStoragePath(), [
'disk' => config('canvas.storage_disk'),
]);

Expand Down

0 comments on commit f897482

Please sign in to comment.