Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / phurl / storage / PhabricatorPhurlURLTransactionComment.php
blob48f0988e360a48d4ea062f8818f34cdd379b1693
1 <?php
3 final class PhabricatorPhurlURLTransactionComment
4 extends PhabricatorApplicationTransactionComment {
6 public function getApplicationTransactionObject() {
7 return new PhabricatorPhurlURLTransaction();