mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
11 lines
208 B
PHP
11 lines
208 B
PHP
|
<?php
|
||
|
|
||
|
final class PonderAnswerTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
protected function getTemplateApplicationTransaction() {
|
||
|
return new PonderAnswerTransaction();
|
||
|
}
|
||
|
|
||
|
}
|