mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 19:02:41 +01:00
11 lines
207 B
PHP
11 lines
207 B
PHP
|
<?php
|
||
|
|
||
|
final class ReleephBranchTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new ReleephBranchTransaction();
|
||
|
}
|
||
|
|
||
|
}
|