mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix Phortune application name
Summary: See D10033. Test Plan: `arc unit` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10038
This commit is contained in:
parent
bb35a67a16
commit
b7517325c1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ final class PhortunePurchaseQuery
|
|||
}
|
||||
|
||||
public function getQueryApplicationClass() {
|
||||
return 'PhabricatorApplicationPhortune';
|
||||
return 'PhabricatorPhortuneApplication';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue