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
+7
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;
}