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:
epriestley
2014-07-23 08:15:44 -07:00
parent 0c8f487b0f
commit b0623305b7
13 changed files with 52 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
final class PhabricatorPHPASTApplication extends PhabricatorApplication {
public function getName() {
return pht('PHPAST');
}
public function getBaseURI() {
return '/xhpast/';
}