mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-21 19:19:12 +01:00
14 lines
227 B
PHP
14 lines
227 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @group legalpad
|
||
|
*/
|
||
|
final class LegalpadTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
protected function getTemplateApplicationTransaction() {
|
||
|
return new LegalpadTransaction();
|
||
|
}
|
||
|
|
||
|
}
|