diff --git a/src/applications/ponder/phid/PonderAnswerPHIDType.php b/src/applications/ponder/phid/PonderAnswerPHIDType.php index 0bb0596737..be148af2f2 100644 --- a/src/applications/ponder/phid/PonderAnswerPHIDType.php +++ b/src/applications/ponder/phid/PonderAnswerPHIDType.php @@ -8,6 +8,10 @@ final class PonderAnswerPHIDType extends PhabricatorPHIDType { return pht('Ponder Answer'); } + public function getPHIDTypeApplicationClass() { + return 'PhabricatorPonderApplication'; + } + public function newObject() { return new PonderAnswer(); }