mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 06:41:04 +01:00
11 lines
217 B
PHP
11 lines
217 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorProjectTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhabricatorProjectTransaction();
|
||
|
}
|
||
|
|
||
|
}
|