mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 09:42:41 +01:00
11 lines
203 B
PHP
11 lines
203 B
PHP
|
<?php
|
||
|
|
||
|
final class NuanceItemTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new NuanceItemTransaction();
|
||
|
}
|
||
|
|
||
|
}
|