Skip to content

Commit b03cb82

Browse files
committed
Fix bug
1 parent 8f16679 commit b03cb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Manipulators/Size.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public function runMaxResize(ImageInterface $image, int $width, int $height): Im
300300
*/
301301
public function runFillResize(ImageInterface $image, int $width, int $height): ImageInterface
302302
{
303-
return $image->containDown($width, $height, (string) Color::transparent());
303+
return $image->containDown($width, $height, Color::transparent()->toString());
304304
}
305305

306306
/**

0 commit comments

Comments
 (0)