Skip to content

Commit

Permalink
Adjust default parameter to main call in Image::class
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Apr 17, 2024
1 parent 3ff1573 commit e922730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modifiers/CropModifier.php
Expand Up @@ -17,7 +17,7 @@ public function __construct(
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'
) {
}
Expand Down

0 comments on commit e922730

Please sign in to comment.