mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-04 19:08:27 +01:00
13 lines
236 B
PHP
13 lines
236 B
PHP
|
<?php
|
||
|
|
||
|
final class ConpherenceTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
protected $conpherencePHID;
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new ConpherenceTransaction();
|
||
|
}
|
||
|
|
||
|
}
|