Page MenuHomec4science

ReleephBranchTransaction.php
No OneTemporary

File Metadata

Created
Sun, Feb 16, 07:59

ReleephBranchTransaction.php

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

Event Timeline