Page MenuHomec4science

PhrictionTransactionComment.php
No OneTemporary

File Metadata

Created
Wed, Mar 26, 03:54

PhrictionTransactionComment.php

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

Event Timeline