Page MenuHomec4science

HeraldRuleTransactionComment.php
No OneTemporary

File Metadata

Created
Sat, Jun 21, 17:45

HeraldRuleTransactionComment.php

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

Event Timeline