Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / herald / storage / HeraldWebhookTransaction.php
blob4f924cd4bbb66dfd771e1c6c531924d398b2791d
1 <?php
3 final class HeraldWebhookTransaction
4 extends PhabricatorModularTransaction {
6 public function getApplicationName() {
7 return 'herald';
10 public function getApplicationTransactionType() {
11 return HeraldWebhookPHIDType::TYPECONST;
14 public function getBaseTransactionClass() {
15 return 'HeraldWebhookTransactionType';