Page MenuHomec4science

HeraldRuleTransactionComment.php
No OneTemporary

File Metadata

Created
Tue, Oct 15, 07:16

HeraldRuleTransactionComment.php

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

Event Timeline