mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-09 14:21:02 +01:00
11 lines
219 B
PHP
11 lines
219 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorPhurlURLTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhabricatorPhurlURLTransaction();
|
||
|
}
|
||
|
|
||
|
}
|