Skip to content

Commit 195992d

Browse files
committed
createMinMax renamed to forMinMax
1 parent 7b84b13 commit 195992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/file/processor/UserCoverPhotoFileProcessor.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function countExistingFiles(array $context): ?int
208208
#[\Override]
209209
public function getImageCropperConfiguration(): ?ImageCropperConfiguration
210210
{
211-
return ImageCropperConfiguration::createMinMax(
211+
return ImageCropperConfiguration::forMinMax(
212212
new ImageCropSize(UserCoverPhoto::MIN_WIDTH, UserCoverPhoto::MIN_HEIGHT),
213213
new ImageCropSize(UserCoverPhoto::MAX_WIDTH, UserCoverPhoto::MAX_HEIGHT)
214214
);

0 commit comments

Comments
 (0)