Skip to content

Commit

Permalink
Method changed
Browse files Browse the repository at this point in the history
  • Loading branch information
todstoychev committed Aug 13, 2016
1 parent 25b0b50 commit 43f3e23
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 43f3e23

Please sign in to comment.