Page MenuHomec4science

PonderQuestionTransactionComment.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 18:01

PonderQuestionTransactionComment.php

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

Event Timeline