mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-16 03:42:41 +01:00
11 lines
199 B
PHP
11 lines
199 B
PHP
|
<?php
|
||
|
|
||
|
final class PhrictionTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhrictionTransaction();
|
||
|
}
|
||
|
|
||
|
}
|