Address dynamic class property deprecation warnings
This commit is contained in:
@@ -16,6 +16,7 @@ class Thumbnail
|
||||
private $width;
|
||||
private $height;
|
||||
private $crop_mode;
|
||||
private string $filename_suffix;
|
||||
|
||||
const CROP_MODE_NONE = 0;
|
||||
const CROP_MODE_BOUNDARY = 1;
|
||||
|
||||
Reference in New Issue
Block a user