chore: add PlatformType

This commit is contained in:
Bishwajeet Parhi
2023-08-14 14:03:30 +05:30
parent e691efde6c
commit 12a61feed4
+10
View File
@@ -166,6 +166,16 @@ abstract class Format
}
}
break;
case 'projects':
switch ($method) {
case 'createPlatform':
switch ($param) {
case 'type':
return 'PlatformType';
}
break;
}
break;
}
return null;
}