Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / conpherence / storage / ConpherenceTransaction.php
blobf23882d69ba9b05ca7441c97ca2fc9f2a291ec39
1 <?php
3 final class ConpherenceTransaction
4 extends PhabricatorModularTransaction {
6 public function getApplicationName() {
7 return 'conpherence';
10 public function getApplicationTransactionType() {
11 return PhabricatorConpherenceThreadPHIDType::TYPECONST;
14 public function getApplicationTransactionCommentObject() {
15 return new ConpherenceTransactionComment();
18 public function getBaseTransactionClass() {
19 return 'ConpherenceThreadTransactionType';