1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix Phortune application name

Summary: These files were added in D10001, which was submitted before (but landed after) D9982 had landed.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers, chad

Reviewed By: #blessed_reviewers, chad

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10033
This commit is contained in:
Joshua Spence 2014-07-24 08:14:45 +10:00
parent 97a8700e45
commit d10e25098c
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ final class PhortuneCartQuery
}
public function getQueryApplicationClass() {
return 'PhabricatorApplicationPhortune';
return 'PhabricatorPhortuneApplication';
}
}

View file

@ -100,7 +100,7 @@ final class PhortuneChargeQuery
}
public function getQueryApplicationClass() {
return 'PhabricatorApplicationPhortune';
return 'PhabricatorPhortuneApplication';
}
}