Page MenuHomec4science

ReleephBranchTransaction.php
No OneTemporary

File Metadata

Created
Thu, Apr 24, 02:44

ReleephBranchTransaction.php

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

Event Timeline