mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Unbeta tokens
Summary: Fixes T3580. Test Plan: Viewed home page, no beta icon on tokens. Reviewers: chad, btrahan Reviewed By: chad CC: aran Maniphest Tasks: T3580 Differential Revision: https://secure.phabricator.com/D6527
This commit is contained in:
parent
d446ee0207
commit
bcb282bd35
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ final class PhabricatorApplicationTokens extends PhabricatorApplication {
|
||||||
return pht('Tokens');
|
return pht('Tokens');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isBeta() {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getBaseURI() {
|
public function getBaseURI() {
|
||||||
return '/token/';
|
return '/token/';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue