diff --git a/src/platform/PlatformSymbols.php b/src/platform/PlatformSymbols.php index 1b02b775..2529780e 100644 --- a/src/platform/PlatformSymbols.php +++ b/src/platform/PlatformSymbols.php @@ -11,6 +11,14 @@ final class PlatformSymbols return 'Phorge'; } + public static function getPlatformClientPath() { + return 'arcanist/'; + } + + public static function getPlatformServerPath() { + return 'phorge/'; + } + public static function getProductNames() { return array( self::getPlatformClientName(),