mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 08:12:40 +01:00
14 lines
234 B
PHP
14 lines
234 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @group file
|
||
|
*/
|
||
|
final class PhabricatorFileTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhabricatorFileTransaction();
|
||
|
}
|
||
|
|
||
|
}
|