mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-02 23:49:19 +01:00
11 lines
209 B
PHP
11 lines
209 B
PHP
|
<?php
|
||
|
|
||
|
final class AlmanacNetworkTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new AlmanacNetworkTransaction();
|
||
|
}
|
||
|
|
||
|
}
|