1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-21 03:08:40 +01:00
phorge-phorge/src/applications/slowvote/query/PhabricatorSlowvoteTransactionQuery.php

11 lines
219 B
PHP
Raw Normal View History

<?php
final class PhabricatorSlowvoteTransactionQuery
extends PhabricatorApplicationTransactionQuery {
public function getTemplateApplicationTransaction() {
return new PhabricatorSlowvoteTransaction();
}
}