mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 19:32:40 +01:00
11 lines
203 B
PHP
11 lines
203 B
PHP
|
<?php
|
||
|
|
||
|
final class HeraldRuleTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new HeraldRuleTransaction();
|
||
|
}
|
||
|
|
||
|
}
|