Page MenuHomec4science

ManiphestTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Aug 19, 16:16

ManiphestTransactionComment.php

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

Event Timeline