Skip to content

Commit

Permalink
Finish 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
todstoychev committed Aug 13, 2016
2 parents 25b0b50 + 43f3e23 commit 5e67ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Icr.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function uploadImage(UploadedFile $uploadedFile, $context, $storag
return $processor->upload(
$context,
$file,
$uploadedFile->getClientOriginalExtension(),
$uploadedFile->getExtension(),
Facades\Storage::disk($storage),
$fileName
);
Expand Down

0 comments on commit 5e67ae7

Please sign in to comment.