Page MenuHomec4science

ReleephBranchTransaction.php
No OneTemporary

File Metadata

Created
Tue, Feb 18, 14:51

ReleephBranchTransaction.php

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

Event Timeline