Page MenuHomec4science

PonderQuestionTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Mar 10, 06:15

PonderQuestionTransactionComment.php

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

Event Timeline