Page MenuHomec4science

ManiphestTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Oct 28, 12:13

ManiphestTransactionComment.php

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

Event Timeline