mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
97a8700e45
commit
d10e25098c
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ final class PhortuneCartQuery
|
|||
}
|
||||
|
||||
public function getQueryApplicationClass() {
|
||||
return 'PhabricatorApplicationPhortune';
|
||||
return 'PhabricatorPhortuneApplication';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ final class PhortuneChargeQuery
|
|||
}
|
||||
|
||||
public function getQueryApplicationClass() {
|
||||
return 'PhabricatorApplicationPhortune';
|
||||
return 'PhabricatorPhortuneApplication';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue