mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-26 14:38:19 +01:00
11 lines
231 B
PHP
11 lines
231 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorCalendarExportTransactionQuery
|
||
|
extends PhabricatorApplicationTransactionQuery {
|
||
|
|
||
|
public function getTemplateApplicationTransaction() {
|
||
|
return new PhabricatorCalendarExportTransaction();
|
||
|
}
|
||
|
|
||
|
}
|