Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / calendar / query / PhabricatorCalendarExportTransactionQuery.php
blob32b9d71b6567f04235d73c3a6811c48c81a0ea05
1 <?php
3 final class PhabricatorCalendarExportTransactionQuery
4 extends PhabricatorApplicationTransactionQuery {
6 public function getTemplateApplicationTransaction() {
7 return new PhabricatorCalendarExportTransaction();