Skip to content

Commit

Permalink
Update UploadManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ankadada committed Jul 9, 2019
1 parent 11d2f21 commit a6f70d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Qiniu/Storage/UploadManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public function putFile(
$key,
$filePath,
$params = null,
$mime = 'application/octet-stream'
$mime = 'application/octet-stream',
$checkCrc = false
) {

$file = fopen($filePath, 'rb');
Expand Down

0 comments on commit a6f70d6

Please sign in to comment.