Skip to content

Commit

Permalink
fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu authored Sep 18, 2018
1 parent 8c9efbc commit 1f3acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Models/Avatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Avatar extends Model implements Attachable

protected $optimizeImages = true;
protected $resizeImages = [self::ImageWidth, self::ImageHeight];
protected $mimeTypes = ['image/png', 'image/jpg'];
protected $mimeTypes = ['image/png', 'image/jpg', 'image/jpeg'];

protected $fillable = ['user_id', 'original_name', 'saved_name'];
protected $hidden = ['user_id', 'created_at', 'updated_at'];
Expand Down

0 comments on commit 1f3acdd

Please sign in to comment.