Page MenuHomec4science

ManiphestTransactionComment.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 12:58

ManiphestTransactionComment.php

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

Event Timeline