Page MenuHomec4science

PhrictionTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Dec 2, 04:37

PhrictionTransactionComment.php

<?php
final class PhrictionTransactionComment
extends PhabricatorApplicationTransactionComment {
public function getApplicationTransactionObject() {
return new PhrictionTransaction();
}
}

Event Timeline