Skip to content

Commit

Permalink
Make sure jpg images are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Dec 23, 2020
1 parent 50b0422 commit 1c72a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoverValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ protected function getMaxSize()
*/
protected function getAllowedTypes()
{
return ['jpg', 'png', 'bmp'];
return ['jpeg', 'jpg', 'png', 'bmp'];
}
}

0 comments on commit 1c72a60

Please sign in to comment.