Page MenuHomec4science

PhrictionTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Mar 17, 05:27

PhrictionTransactionComment.php

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

Event Timeline