Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / herald / storage / HeraldRuleTransaction.php
blob7fa7667ec7c35cb1936d042a9e4f2f4fe23eca3d
1 <?php
3 final class HeraldRuleTransaction
4 extends PhabricatorModularTransaction {
6 const TYPE_EDIT = 'herald:edit';
8 public function getApplicationName() {
9 return 'herald';
12 public function getApplicationTransactionType() {
13 return HeraldRulePHIDType::TYPECONST;
16 public function getBaseTransactionClass() {
17 return 'HeraldRuleTransactionType';