mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Provide an application link for Ponder Answer PHID type
Summary: Ref T9625. I want this to be fixed ASAP hence here's the patch. Test Plan: - ~~Apply D14323~~ (This patch was made before it was merged) - Apply this patch - voila! Now I see the Ponder answer has correct logo. {F906357} Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, revi Maniphest Tasks: T9625 Differential Revision: https://secure.phabricator.com/D14331
This commit is contained in:
parent
d0098bc436
commit
a39ec26a67
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ final class PonderAnswerPHIDType extends PhabricatorPHIDType {
|
||||||
return pht('Ponder Answer');
|
return pht('Ponder Answer');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getPHIDTypeApplicationClass() {
|
||||||
|
return 'PhabricatorPonderApplication';
|
||||||
|
}
|
||||||
|
|
||||||
public function newObject() {
|
public function newObject() {
|
||||||
return new PonderAnswer();
|
return new PonderAnswer();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue