Skip to content

Commit dc6fa7d

Browse files
author
Mitch
committed
Make source image type property public
1 parent 703e249 commit dc6fa7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ImageResize.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ class ImageResize
88
public $quality_jpg = 75;
99
public $quality_png = 0;
1010

11+
public $source_type;
12+
1113
protected $source_image;
12-
protected $source_type;
1314

1415
protected $original_w;
1516
protected $original_h;

0 commit comments

Comments
 (0)