Page MenuHomec4science

ReleephBranchTransaction.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 04:19

ReleephBranchTransaction.php

<?php
final class ReleephBranchTransaction
extends PhabricatorApplicationTransaction {
public function getApplicationName() {
return 'releeph';
}
public function getApplicationTransactionType() {
return ReleephPHIDTypeBranch::TYPECONST;
}
}

Event Timeline