mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-09 14:21:02 +01:00
12 lines
222 B
PHP
12 lines
222 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorSlowvoteTransactionComment
|
||
|
extends PhabricatorApplicationTransactionComment {
|
||
|
|
||
|
public function getApplicationTransactionObject() {
|
||
|
return new PhabricatorSlowvoteTransaction();
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|