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: 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:
Joshua Spence 2014-07-24 22:33:46 +10:00
parent bb35a67a16
commit b7517325c1

View file

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