1
0
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:
Oliver Vogel
2024-04-17 16:01:15 +02:00
parent 3ff1573b78
commit e922730019

View File

@@ -17,7 +17,7 @@ class CropModifier extends SpecializableModifier
public int $height, public int $height,
public int $offset_x = 0, public int $offset_x = 0,
public int $offset_y = 0, public int $offset_y = 0,
public mixed $background = 'f00', public mixed $background = 'ffffff',
public string $position = 'top-left' public string $position = 'top-left'
) { ) {
} }