Page MenuHomec4science

PhrictionTransactionComment.php
No OneTemporary

File Metadata

Created
Sun, Mar 16, 06:10

PhrictionTransactionComment.php

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

Event Timeline