mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 20:22:46 +01:00
11 lines
223 B
PHP
11 lines
223 B
PHP
|
<?php
|
||
|
|
||
|
final class HarbormasterBuildableTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new HarbormasterBuildableTransaction();
|
||
|
}
|
||
|
|
||
|
}
|