Add some missing application names
Summary: Add some missing methods from D10027. Test Plan: Viewed `/applications/query/all/` without hitting exceptions. Reviewers: joshuaspence Subscribers: epriestley, hach-que Differential Revision: https://secure.phabricator.com/D10029
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
final class PhabricatorPHPASTApplication extends PhabricatorApplication {
|
||||
|
||||
public function getName() {
|
||||
return pht('PHPAST');
|
||||
}
|
||||
|
||||
public function getBaseURI() {
|
||||
return '/xhpast/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user