Page MenuHomec4science

ManiphestTransactionComment.php
No OneTemporary

File Metadata

Created
Thu, Mar 20, 15:53

ManiphestTransactionComment.php

<?php
final class ManiphestTransactionComment
extends PhabricatorApplicationTransactionComment {
public function getTableName() {
// TODO: Remove once the "pro" stuff gets dropped.
return 'maniphest_transaction_comment';
}
public function getApplicationTransactionObject() {
return new ManiphestTransaction();
}
}

Event Timeline