1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 16:38:51 +02:00

Rebrand: Add "path" entries to PlatformSymbols

Summary: Ref T15006. Required for D25343

Test Plan: See D25343.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15006

Differential Revision: https://we.phorge.it/D25349
This commit is contained in:
Aviv Eyal 2023-08-12 08:41:07 -07:00
parent 788098096e
commit 726b148afc

View file

@ -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(),