Skip to content

Commit 0d7777d

Browse files
committed
Merge branch '1.x' into 2.x
2 parents 2be776d + b835303 commit 0d7777d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function getFormatValue(ImageTransform $imageTransform): string
125125

126126
return match ($imageTransform->format) {
127127
'jpg' => 'jpeg',
128-
default => $imageTransform->format ?? 'auto',
128+
default => $imageTransform->format,
129129
};
130130
}
131131

0 commit comments

Comments
 (0)