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