1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00

chore: add ImageGravity x-enum-name

This commit is contained in:
Bishwajeet Parhi 2023-07-18 09:53:39 +05:30
parent 3616756f50
commit 0cbaeb4352

View file

@ -116,6 +116,13 @@ abstract class Format
case 'getFlag':
return 'Flag';
}
break;
case 'storage':
switch ($method) {
case 'getFilePreview':
return 'ImageGravity';
}
break;
}
return null;
}