Page MenuHomec4science

PonderQuestionTransactionComment.php
No OneTemporary

File Metadata

Created
Thu, Jan 23, 17:55

PonderQuestionTransactionComment.php

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

Event Timeline