Page MenuHomec4science

ReleephProjectTransaction.php
No OneTemporary

File Metadata

Created
Fri, Nov 22, 20:11

ReleephProjectTransaction.php

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

Event Timeline