mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 17:41:58 +02:00
Adjust default parameter to main call in Image::class
This commit is contained in:
@@ -17,7 +17,7 @@ class CropModifier extends SpecializableModifier
|
||||
public int $height,
|
||||
public int $offset_x = 0,
|
||||
public int $offset_y = 0,
|
||||
public mixed $background = 'f00',
|
||||
public mixed $background = 'ffffff',
|
||||
public string $position = 'top-left'
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user