Remove product literal strings in "pht()", part 25
[phabricator.git] / src / applications / releeph / storage / ReleephBranchTransaction.php
blob5dc2811c868cff5322f6b01a6fd8ad6546982cc7
1 <?php
3 final class ReleephBranchTransaction
4 extends PhabricatorApplicationTransaction {
6 public function getApplicationName() {
7 return 'releeph';
10 public function getApplicationTransactionType() {
11 return ReleephBranchPHIDType::TYPECONST;