mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 03:12:41 +01:00
14 lines
236 B
PHP
14 lines
236 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @group conpherence
|
||
|
*/
|
||
|
final class ConpherenceTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
protected function getTemplateApplicationTransaction() {
|
||
|
return new ConpherenceTransaction();
|
||
|
}
|
||
|
|
||
|
}
|