1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/conpherence/query/ConpherenceTransactionQuery.php

19 lines
302 B
PHP
Raw Normal View History

<?php
/**
* @group conpherence
*/
final class ConpherenceTransactionQuery
extends PhabricatorApplicationTransactionQuery {
protected function getTemplateApplicationTransaction() {
return new ConpherenceTransaction();
}
protected function getReversePaging() {
return false;
}
}