Page MenuHomec4science

ReleephBranchTransaction.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 10:35

ReleephBranchTransaction.php

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

Event Timeline