Skip to content

Commit

Permalink
就你們在那邊大寫副檔名
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyworm authored Jan 11, 2018
1 parent 8991320 commit 4e3ce20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OfficeConverter/OfficeConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,11 @@ private function getAllowedConverter($extension = null)
'xlsx' => ['pdf'],
'xls' => ['pdf'],
'png' => ['pdf'],
'PNG' => ['pdf'],
'jpg' => ['pdf'],
'JPG' => ['pdf'],
'jpeg' => ['pdf'],
'JPEG' => ['pdf'],
];

if ($extension !== null) {
Expand Down

0 comments on commit 4e3ce20

Please sign in to comment.