Page MenuHomec4science

PhrictionTransactionComment.php
No OneTemporary

File Metadata

Created
Tue, Nov 26, 12:30

PhrictionTransactionComment.php

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

Event Timeline