diff --git a/src/Appwrite/Specification/Format.php b/src/Appwrite/Specification/Format.php index d32180fa27..c2317c1153 100644 --- a/src/Appwrite/Specification/Format.php +++ b/src/Appwrite/Specification/Format.php @@ -166,6 +166,16 @@ abstract class Format } } break; + case 'projects': + switch ($method) { + case 'createPlatform': + switch ($param) { + case 'type': + return 'PlatformType'; + } + break; + } + break; } return null; }