mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-01 19:22:42 +01:00
11 lines
212 B
PHP
11 lines
212 B
PHP
|
<?php
|
||
|
|
||
|
final class PonderQuestionTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
protected function getTemplateApplicationTransaction() {
|
||
|
return new PonderQuestionTransaction();
|
||
|
}
|
||
|
|
||
|
}
|