mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-11 08:06:13 +01:00
11 lines
201 B
PHP
11 lines
201 B
PHP
|
<?php
|
||
|
|
||
|
final class PhamePostTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new PhamePostTransaction();
|
||
|
}
|
||
|
|
||
|
}
|